adds .editorconfig file

This commit is contained in:
Dominic Reich 2017-09-08 22:59:04 +02:00
parent 48110eef96
commit fc9f456ba0

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
[*.{c,h,cpp,hpp}]
indent_size = 2