Add editorconfig

This commit is contained in:
Yehuda Katz 2019-05-11 00:03:11 -07:00
parent 51e921b085
commit 65f671333d

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
end_of_line = lf