Skip to content
Snippets Groups Projects
Commit 093a6a22 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Editor/formatter configs: use whitespaces.

parent bccd36b3
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,4 @@ IndentWidth: 4 ...@@ -12,4 +12,4 @@ IndentWidth: 4
PointerAlignment: Left PointerAlignment: Left
Standard: C++11 Standard: C++11
TabWidth: 4 TabWidth: 4
UseTab: ForIndentation UseTab: Never
root = true root = true
[*] [*]
indent_style = tab indent_style = spaces
insert_final_newline = true insert_final_newline = true
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<option name="INDENT_SIZE" value="4" /> <option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="8" /> <option name="CONTINUATION_INDENT_SIZE" value="8" />
<option name="TAB_SIZE" value="4" /> <option name="TAB_SIZE" value="4" />
<option name="USE_TAB_CHARACTER" value="true" /> <option name="USE_TAB_CHARACTER" value="false" />
<option name="SMART_TABS" value="false" /> <option name="SMART_TABS" value="false" />
<option name="LABEL_INDENT_SIZE" value="0" /> <option name="LABEL_INDENT_SIZE" value="0" />
<option name="LABEL_INDENT_ABSOLUTE" value="false" /> <option name="LABEL_INDENT_ABSOLUTE" value="false" />
...@@ -55,24 +55,24 @@ ...@@ -55,24 +55,24 @@
</XML> </XML>
<codeStyleSettings language="CMake"> <codeStyleSettings language="CMake">
<indentOptions> <indentOptions>
<option name="USE_TAB_CHARACTER" value="true" /> <option name="USE_TAB_CHARACTER" value="false" />
</indentOptions> </indentOptions>
</codeStyleSettings> </codeStyleSettings>
<codeStyleSettings language="ObjectiveC"> <codeStyleSettings language="ObjectiveC">
<option name="CLASS_BRACE_STYLE" value="2" /> <option name="CLASS_BRACE_STYLE" value="2" />
<indentOptions> <indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" /> <option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="USE_TAB_CHARACTER" value="true" /> <option name="USE_TAB_CHARACTER" value="false" />
<option name="SMART_TABS" value="true" /> <option name="SMART_TABS" value="true" />
</indentOptions> </indentOptions>
</codeStyleSettings> </codeStyleSettings>
<codeStyleSettings language="XML"> <codeStyleSettings language="XML">
<indentOptions> <indentOptions>
<option name="USE_TAB_CHARACTER" value="true" /> <option name="USE_TAB_CHARACTER" value="false" />
</indentOptions> </indentOptions>
</codeStyleSettings> </codeStyleSettings>
</value> </value>
</option> </option>
<option name="USE_PER_PROJECT_SETTINGS" value="true" /> <option name="USE_PER_PROJECT_SETTINGS" value="true" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -96,7 +96,7 @@ input_tab_size=4 ...@@ -96,7 +96,7 @@ input_tab_size=4
code_width=100 code_width=100
nl_max=2 nl_max=2
mod_add_long_ifdef_else_comment=10 mod_add_long_ifdef_else_comment=10
indent_with_tabs=1 indent_with_tabs=0
sp_arith=add sp_arith=add
sp_assign=add sp_assign=add
sp_enum_assign=add sp_enum_assign=add
...@@ -120,4 +120,4 @@ mod_full_brace_for=remove ...@@ -120,4 +120,4 @@ mod_full_brace_for=remove
mod_full_brace_if=remove mod_full_brace_if=remove
mod_full_brace_while=remove mod_full_brace_while=remove
mod_paren_on_return=remove mod_paren_on_return=remove
pp_indent=remove pp_indent=remove
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment