Skip to content

Commit

Permalink
Ensure our code style enables multiline align to be consistent with g…
Browse files Browse the repository at this point in the history
…oogle style guide.

Test Plan: Verify by loading in CLion

Reviewers: bogdan, akashnil, mikhail, karthik

Reviewed By: karthik

Subscribers: karthik, eng

Differential Revision: https://phabricator.dev.yugabyte.com/D1150
  • Loading branch information
pritamdamania87 committed Jan 25, 2017
1 parent 748ad96 commit 51d25a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code_style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<option name="INDENT_INSIDE_CODE_BLOCK" value="2" />
<option name="KEEP_STRUCTURES_IN_ONE_LINE" value="true" />
<option name="FUNCTION_PARAMETERS_WRAP" value="5" />
<option name="FUNCTION_PARAMETERS_ALIGN_MULTILINE" value="false" />
<option name="FUNCTION_PARAMETERS_ALIGN_MULTILINE" value="true" />
<option name="FUNCTION_CALL_ARGUMENTS_WRAP" value="5" />
<option name="FUNCTION_CALL_ARGUMENTS_ALIGN_MULTILINE" value="false" />
<option name="FUNCTION_CALL_ARGUMENTS_ALIGN_MULTILINE" value="true" />
<option name="TEMPLATE_CALL_ARGUMENTS_WRAP" value="5" />
<option name="CLASS_CONSTRUCTOR_INIT_LIST_ALIGN_MULTILINE" value="false" />
<option name="SUPERCLASS_LIST_ALIGN_MULTILINE" value="false" />
<option name="CLASS_CONSTRUCTOR_INIT_LIST_ALIGN_MULTILINE" value="true" />
<option name="SUPERCLASS_LIST_ALIGN_MULTILINE" value="true" />
<option name="ALIGN_INIT_LIST_IN_COLUMNS" value="false" />
<option name="SPACE_BEFORE_SUPERCLASS_COLON" value="false" />
</Objective-C>
Expand Down

0 comments on commit 51d25a5

Please sign in to comment.