Skip to content

Commit

Permalink
Updated format
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Apr 16, 2020
1 parent 42cb777 commit a5c121b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions codeformat/code_format.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<code_scheme name="P3pp3rF1y Main" version="173">
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="100" />
<code_scheme name="P3pp3rF1y code style" version="173">
<option name="RIGHT_MARGIN" value="160" />
<JSON>
<option name="OBJECT_WRAPPING" value="1" />
Expand Down Expand Up @@ -31,6 +30,10 @@
<option name="KEEP_SIMPLE_LAMBDAS_IN_ONE_LINE" value="true" />
<option name="KEEP_SIMPLE_CLASSES_IN_ONE_LINE" value="true" />
<option name="ARRAY_INITIALIZER_WRAP" value="5" />
<option name="IF_BRACE_FORCE" value="3" />
<option name="DOWHILE_BRACE_FORCE" value="3" />
<option name="WHILE_BRACE_FORCE" value="3" />
<option name="FOR_BRACE_FORCE" value="3" />
<option name="PARAMETER_ANNOTATION_WRAP" value="1" />
<option name="VARIABLE_ANNOTATION_WRAP" value="1" />
<indentOptions>
Expand Down

0 comments on commit a5c121b

Please sign in to comment.