aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-03-09 15:12:24 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-03-18 11:40:30 +0530
commit91fce4dce78da73fe551fa90bb4975a8c250e0f5 (patch)
tree7ddc69b1d1e0ca96f30a54049ab8b347f9f3025e /.idea
parent774fda83ac276a635e3402034b1eedbd10be916f (diff)
all: format XML files to 2 space indent
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.idea')
-rw-r--r--.idea/codeStyles/Project.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 236614aa..6b22ad8f 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -49,7 +49,9 @@
<codeStyleSettings language="XML">
<option name="WRAP_ON_TYPING" value="0" />
<indentOptions>
- <option name="CONTINUATION_INDENT_SIZE" value="4" />
+ <option name="INDENT_SIZE" value="2" />
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
+ <option name="TAB_SIZE" value="2" />
</indentOptions>
<arrangement>
<rules>
@@ -179,7 +181,9 @@
<option name="FIELD_ANNOTATION_WRAP" value="0" />
<option name="WRAP_ON_TYPING" value="0" />
<indentOptions>
- <option name="CONTINUATION_INDENT_SIZE" value="4" />
+ <option name="INDENT_SIZE" value="2" />
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
+ <option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
</code_scheme>