Merge pull request #3219 from christophsturm/tweak-formatting

Tweak code formatter settings
This commit is contained in:
Christoph Atteneder 2019-09-09 10:22:39 +02:00 committed by GitHub
commit 2cee1257e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,6 +179,7 @@
</Properties> </Properties>
<codeStyleSettings language="JAVA"> <codeStyleSettings language="JAVA">
<option name="RIGHT_MARGIN" value="120" /> <option name="RIGHT_MARGIN" value="120" />
<option name="KEEP_LINE_BREAKS" value="false" />
<option name="BLANK_LINES_BEFORE_PACKAGE" value="1" /> <option name="BLANK_LINES_BEFORE_PACKAGE" value="1" />
<option name="METHOD_PARAMETERS_WRAP" value="5" /> <option name="METHOD_PARAMETERS_WRAP" value="5" />
<option name="WRAP_ON_TYPING" value="0" /> <option name="WRAP_ON_TYPING" value="0" />