Add EditorConfig file (#24)

This commit is contained in:
Mayur Kale 2019-06-17 10:18:40 -07:00 committed by GitHub
parent 92f72e4498
commit 8c849a49f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true