-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IC-2017.1.1 <ian@Ians-MacBook-Pro.local Create code.style.schemes.xml…
…, worker.xml
- Loading branch information
1 parent
d6a7d33
commit d40e0d7
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<application> | ||
<component name="CodeStyleSchemeSettings"> | ||
<option name="CURRENT_SCHEME_NAME" value="worker" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<code_scheme name="worker"> | ||
<DBN-PSQL> | ||
<case-options enabled="false"> | ||
<option name="KEYWORD_CASE" value="lower" /> | ||
<option name="FUNCTION_CASE" value="lower" /> | ||
<option name="PARAMETER_CASE" value="lower" /> | ||
<option name="DATATYPE_CASE" value="lower" /> | ||
<option name="OBJECT_CASE" value="preserve" /> | ||
</case-options> | ||
<formatting-settings enabled="false" /> | ||
</DBN-PSQL> | ||
<DBN-SQL> | ||
<case-options enabled="false"> | ||
<option name="KEYWORD_CASE" value="lower" /> | ||
<option name="FUNCTION_CASE" value="lower" /> | ||
<option name="PARAMETER_CASE" value="lower" /> | ||
<option name="DATATYPE_CASE" value="lower" /> | ||
<option name="OBJECT_CASE" value="preserve" /> | ||
</case-options> | ||
<formatting-settings enabled="false"> | ||
<option name="STATEMENT_SPACING" value="one_line" /> | ||
<option name="CLAUSE_CHOP_DOWN" value="chop_down_if_statement_long" /> | ||
<option name="ITERATION_ELEMENTS_WRAPPING" value="chop_down_if_not_single" /> | ||
</formatting-settings> | ||
</DBN-SQL> | ||
<XML> | ||
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> | ||
</XML> | ||
<codeStyleSettings language="JAVA"> | ||
<option name="ALIGN_GROUP_FIELD_DECLARATIONS" value="true" /> | ||
<option name="ALIGN_CONSECUTIVE_VARIABLE_DECLARATIONS" value="true" /> | ||
<option name="SPACE_AROUND_UNARY_OPERATOR" value="true" /> | ||
<indentOptions> | ||
<option name="USE_TAB_CHARACTER" value="true" /> | ||
<option name="SMART_TABS" value="true" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
</code_scheme> |