Skip to content
Snippets Groups Projects
Commit 9ccc0ae5 authored by Luc Hermitte's avatar Luc Hermitte
Browse files

CNF: Set braces/indent style to Allman

parent 2c58eef1
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ insert_final_newline = true
# Set default charset
charset = utf-8
# 4 space indentation
# 2 space indentation
indent_style = space
indent_size = 2
......@@ -28,3 +28,6 @@ indent_style = tab
[*.vim]
max_line_length = 150
[*.h, *.hxx, *.cxx]
indent_brace_style: Allman
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