aboutsummaryrefslogtreecommitdiffstats
path: root/.idea
diff options
context:
space:
mode:
authorJeremy Klein <jklein24@gmail.com>2015-09-24 15:20:02 -0700
committerJeremy Klein <jklein24@gmail.com>2015-09-24 15:20:02 -0700
commit953e18f2576bd311ed2bdd2113ca25d390203797 (patch)
treee50cf4a16121df65b627dcdb7c0c11c64bf4c7af /.idea
parent0042956c716c539d66909041fd713a90f9303870 (diff)
parent92d03c66d115c6947d905e51707cea101a38c47a (diff)
downloadconnectbot-953e18f2576bd311ed2bdd2113ca25d390203797.tar.gz
connectbot-953e18f2576bd311ed2bdd2113ca25d390203797.tar.bz2
connectbot-953e18f2576bd311ed2bdd2113ca25d390203797.zip
Merge pull request #257 from khorimoto/fix-xml-tab
Change "continuation indent" tab to only 4 spaces for XML.
Diffstat (limited to '.idea')
-rw-r--r--.idea/codeStyleSettings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
index 8e56756..537b0a6 100644
--- a/.idea/codeStyleSettings.xml
+++ b/.idea/codeStyleSettings.xml
@@ -106,6 +106,7 @@
<codeStyleSettings language="XML">
<option name="FORCE_REARRANGE_MODE" value="1" />
<indentOptions>
+ <option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="USE_TAB_CHARACTER" value="true" />
</indentOptions>
<arrangement>
@@ -264,4 +265,4 @@
</option>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</component>
-</project> \ No newline at end of file
+</project>