Merge pull request #3120 from tobiasd/20170128-editor

added editorconfig config file
This commit is contained in:
Michael Vogel 2017-01-28 07:34:04 +01:00 committed by GitHub
commit 0179bc7f00

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
# editorconfig tool configuration
# see http://editorconfig.org for docs
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab