aboutsummaryrefslogtreecommitdiffstats
path: root/.idea
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-03-24 09:01:31 +0000
committerKenny Root <kenny@the-b.org>2015-03-24 09:01:31 +0000
commit44b4bcd47d4f146145e6d6ad8ad5a1855b27e737 (patch)
treeb89329aa2211f693f12ee3b9e8888616e13efc65 /.idea
parentbf3fb8149334b708d2bfccad6b95833ff719cd07 (diff)
downloadconnectbot-44b4bcd47d4f146145e6d6ad8ad5a1855b27e737.tar.gz
connectbot-44b4bcd47d4f146145e6d6ad8ad5a1855b27e737.tar.bz2
connectbot-44b4bcd47d4f146145e6d6ad8ad5a1855b27e737.zip
Android Studio: try to make code format match existing
Diffstat (limited to '.idea')
-rw-r--r--.idea/codeStyleSettings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
index d13d449..5225c34 100644
--- a/.idea/codeStyleSettings.xml
+++ b/.idea/codeStyleSettings.xml
@@ -37,6 +37,8 @@
</value>
</option>
<option name="RIGHT_MARGIN" value="100" />
+ <option name="JD_ALIGN_PARAM_COMMENTS" value="false" />
+ <option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false" />
<AndroidXmlCodeStyleSettings>
<option name="USE_CUSTOM_SETTINGS" value="true" />
</AndroidXmlCodeStyleSettings>
@@ -60,6 +62,9 @@
</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="INDENT_SIZE" value="8" />
<option name="CONTINUATION_INDENT_SIZE" value="16" />