Added Editor Config

This commit is contained in:
Dustin Brett
2021-01-02 22:24:18 -08:00
parent 6e14a23b55
commit d2a487dc87

9
.editorconfig Normal file
View File

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