diff options
Diffstat (limited to '.idea/codeStyleSettings.xml')
-rw-r--r-- | .idea/codeStyleSettings.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index d3b630c..8e56756 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -75,13 +75,39 @@ <option name="XML_WHITE_SPACE_AROUND_CDATA" value="1" /> <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> </XML> + <codeStyleSettings language="Groovy"> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="HTML"> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> <codeStyleSettings language="JAVA"> <option name="INDENT_CASE_FROM_SWITCH" value="false" /> <option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> <option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" /> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="JSON"> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="ObjectiveC"> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> </codeStyleSettings> <codeStyleSettings language="XML"> <option name="FORCE_REARRANGE_MODE" value="1" /> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> <arrangement> <rules> <section> |