Skip to content

Commit

Permalink
Added editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zardoz89 committed Aug 25, 2015
1 parent cc98806 commit eba3dd1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
# with 4 tabulator indent
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4

# If we need finetuning the rules for other files, we can add they here
[CMakeList.txt]
indent_style = space
indent_size = 2

0 comments on commit eba3dd1

Please sign in to comment.