chore: add .editorconfig

Many programs (IDEs, editors, eslint, prettier) respect editorconfig files; useful to have around
This commit is contained in:
Christopher Hiller
2022-11-30 12:08:18 -08:00
parent 394d1c3e93
commit 5a4b66b82d

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false