Added Editorconfig for the project (#228)

This commit is contained in:
redtide
2021-07-15 18:01:22 -04:00
committed by Adam Harrison
parent 265501bb9e
commit 6e460a20ac
+8
View File
@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true