summaryrefslogtreecommitdiff
path: root/.idea/codeStyles/Project.xml
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-10-04 12:27:29 +0200
committerGitHub <noreply@github.com>2020-10-04 12:27:29 +0200
commitce445700224723f11e6b62c27a53710572c7daf0 (patch)
tree352b8e6e517d5515a2fda0a68e375cfe250a7900 /.idea/codeStyles/Project.xml
parent39954bbd3afb592a0c3109e3479594183e8d0778 (diff)
parent03bb433e04fe74a682c3e595fa6bfd83c8130174 (diff)
Merge pull request #75 from Avamander/patch-4
Added a code style configuration to the repository
Diffstat (limited to '.idea/codeStyles/Project.xml')
-rw-r--r--.idea/codeStyles/Project.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 00000000..b3b93deb
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,27 @@
+<component name="ProjectCodeStyleConfiguration">
+ <code_scheme name="Project" version="173">
+ <Objective-C>
+ <option name="INDENT_NAMESPACE_MEMBERS" value="2" />
+ <option name="INDENT_C_STRUCT_MEMBERS" value="2" />
+ <option name="INDENT_CLASS_MEMBERS" value="2" />
+ <option name="INDENT_INSIDE_CODE_BLOCK" value="2" />
+ <option name="INDENT_DIRECTIVE_AS_CODE" value="true" />
+ <option name="SPACE_BEFORE_TEMPLATE_DECLARATION_LT" value="true" />
+ </Objective-C>
+ <codeStyleSettings language="ObjectiveC">
+ <option name="RIGHT_MARGIN" value="140" />
+ <option name="IF_BRACE_FORCE" value="3" />
+ <option name="DOWHILE_BRACE_FORCE" value="3" />
+ <option name="WHILE_BRACE_FORCE" value="3" />
+ <option name="FOR_BRACE_FORCE" value="3" />
+ <option name="WRAP_ON_TYPING" value="1" />
+ <indentOptions>
+ <option name="INDENT_SIZE" value="2" />
+ <option name="CONTINUATION_INDENT_SIZE" value="4" />
+ <option name="TAB_SIZE" value="2" />
+ <option name="LABEL_INDENT_ABSOLUTE" value="true" />
+ <option name="KEEP_INDENTS_ON_EMPTY_LINES" value="true" />
+ </indentOptions>
+ </codeStyleSettings>
+ </code_scheme>
+</component> \ No newline at end of file