chore: add .editorconfig

This commit is contained in:
Tomáš Szabo 2019-12-17 07:28:40 +01:00
parent d14e0d5c97
commit bff5e6a78d
No known key found for this signature in database
GPG Key ID: 96F1E84929851783
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true