Add .editorconfig file.

See https://editorconfig.org/ for details.
This commit is contained in:
whitequark 2018-12-16 14:57:43 +00:00 committed by GitHub
parent 2a681909df
commit 8f359cf1ff
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