Merge pull request #3120 from tobiasd/20170128-editor
added editorconfig config file
This commit is contained in:
commit
0179bc7f00
|
@ -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
|
Loading…
Reference in New Issue
Block a user