Add editorconfig, describing what indenting style to use.

See http://editorconfig.org/ for more info.
This commit is contained in:
Mark Jansen 2017-04-03 23:10:03 +02:00 committed by TingPing
parent eccd0d05b5
commit a524adc698
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*.{c,cpp,h,hpp,m}]
indent_style = tab
indent_size = 4
end_of_line = lf
[*.cs]
indent_style = space
indent_size = 4
end_of_line = lf