Skip to content

Commit

Permalink
[IntelliJ] (Add) line comment not start at first column & add space
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed Jun 29, 2023
1 parent 7751268 commit 3a4cdf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions intellij-java-google-style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="LINE_COMMENT_AT_FIRST_COLUMN" value="false" />
<option name="LINE_COMMENT_ADD_SPACE" value="true" />
<option name="LINE_COMMENT_ADD_SPACE_ON_REFORMAT" value="true" />
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
Expand Down

0 comments on commit 3a4cdf1

Please sign in to comment.