aboutsummaryrefslogtreecommitdiffstats
path: root/.idea
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-09-18 10:04:50 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-09-18 10:04:50 -0700
commit4e4ba5d7eb69fdf202e00294e85fb73d5283bb02 (patch)
tree49c99689aa023cff5f5d1973605bd67df43ef582 /.idea
parent352c4c2d1090ce2897b6032f7681c40be2219759 (diff)
downloadconnectbot-4e4ba5d7eb69fdf202e00294e85fb73d5283bb02.tar.gz
connectbot-4e4ba5d7eb69fdf202e00294e85fb73d5283bb02.tar.bz2
connectbot-4e4ba5d7eb69fdf202e00294e85fb73d5283bb02.zip
Use tabs by default, but keep them at 4/8 characters.
Diffstat (limited to '.idea')
-rw-r--r--.idea/codeStyleSettings.xml26
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>