Merge pull request #739 from whitequark/patch-1

Add .editorconfig file
This commit is contained in:
Clifford Wolf 2018-12-16 16:01:13 +01:00 committed by GitHub
commit 1e1452c7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
indent_style = tab
indent_size = tab
trim_trailing_whitespace = true
insert_final_newline = true