Skip to content

Commit

Permalink
Hard limit for line length: 500
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed May 10, 2020
1 parent 10eeaa2 commit 59938a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/IntelliJ Code Style.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<code_scheme name="JabRef" version="173">
<option name="RIGHT_MARGIN" value="140" />
<option name="RIGHT_MARGIN" value="500" />
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="true" />
<option name="SOFT_MARGINS" value="120" />
<JavaCodeStyleSettings>
Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Checks for size violations: https://checkstyle.sourceforge.io/config_sizes.html -->

<module name="LineLength">
<property name="max" value="140"/>
<property name="max" value="500"/>
</module>

<!-- Checks for whitespace: https://checkstyle.org/config_whitespace.html -->
Expand Down

0 comments on commit 59938a9

Please sign in to comment.