Merge pull request #902 from tobiasd/20191014-editorconfig

added editorconfig file
This commit is contained in:
Hypolite Petovan 2019-10-14 06:15:41 -04:00 committed by GitHub
commit ce7b5ff6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

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