Skip to content

Commit

Permalink
explicitly set hard line wrap to 300 chars
Browse files Browse the repository at this point in the history
... which basically disables any automatic wrap for normal use cases.
We leave it open to implementer and reviewer to determine the best way to break lines.
So far this has worked out fine.

Signed-off-by: Peter Gafert <[email protected]>
  • Loading branch information
codecholeric committed Nov 5, 2023
1 parent e68956d commit 6f9c954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions develop/ArchUnit-codestyle-intellij.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<option name="CLASS_NAMES_IN_JAVADOC" value="3"/>
</JavaCodeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="RIGHT_MARGIN" value="300"/>
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false"/>
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false"/>
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1"/>
Expand Down

0 comments on commit 6f9c954

Please sign in to comment.