Add .editorconfig

This commit is contained in:
Smitty 2021-05-28 11:06:17 -04:00
parent 7c187f4c2e
commit d49f692b3a

8
.editorconfig Normal file
View file

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