diff options
author | Kyle Horimoto <khorimoto@gmail.com> | 2015-09-24 13:48:57 -0700 |
---|---|---|
committer | Kyle Horimoto <khorimoto@gmail.com> | 2015-09-24 14:17:26 -0700 |
commit | 92d03c66d115c6947d905e51707cea101a38c47a (patch) | |
tree | e50cf4a16121df65b627dcdb7c0c11c64bf4c7af | |
parent | 0042956c716c539d66909041fd713a90f9303870 (diff) | |
download | connectbot-92d03c66d115c6947d905e51707cea101a38c47a.tar.gz connectbot-92d03c66d115c6947d905e51707cea101a38c47a.tar.bz2 connectbot-92d03c66d115c6947d905e51707cea101a38c47a.zip |
Change "continuation indent" tab to only 4 spaces.
-rw-r--r-- | .idea/codeStyleSettings.xml | 3 |
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> |