Add EditorConfig file

pull/182/head
Frank Fesevur 2017-08-14 23:44:24 +02:00
parent f38441e3bf
commit 133cee76da
1 changed files with 17 additions and 0 deletions

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