Merge pull request #182 from ffes/editorconfig

Add EditorConfig file
pull/190/head
Samuli Seppänen 2017-09-26 15:59:31 +03:00 committed by GitHub
commit d162894d43
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