add .editorconfig

This commit is contained in:
Zack Schuster 2018-06-04 09:39:02 -07:00
parent 5ebd30f384
commit 7e125eb085
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 2
tab_width = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true