chore: add editorconfig

This commit is contained in:
Travis Fischer
2020-07-21 07:32:15 -04:00
parent 1b309e35b2
commit d9a6d4e610

9
.editorconfig Normal file
View File

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