Merge pull request #3296 from christophsturm/chop-down-long

chop down long chained calls and force brackets on if
This commit is contained in:
Christoph Atteneder 2019-09-19 16:46:50 +02:00 committed by GitHub
commit 9c82510e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,6 +182,8 @@
<option name="KEEP_LINE_BREAKS" value="false" />
<option name="BLANK_LINES_BEFORE_PACKAGE" value="1" />
<option name="METHOD_PARAMETERS_WRAP" value="5" />
<option name="METHOD_CALL_CHAIN_WRAP" value="5" />
<option name="IF_BRACE_FORCE" value="3" />
<option name="WRAP_ON_TYPING" value="0" />
<option name="SOFT_MARGINS" value="90" />
</codeStyleSettings>