Add EditorConfig file

This commit is contained in:
Frank Fesevur
2017-08-14 23:44:24 +02:00
parent f38441e3bf
commit 133cee76da

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
# EditorConfig: http://EditorConfig.org
root = true
[*]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.sh]
end_of_line = lf
[*.yml]
indent_size = 2
[{Makefile,Makefile.*}]
indent_style = tab