chore(tooling): add .editorconfig

This commit is contained in:
cswimr 2025-02-08 19:00:36 -06:00
parent d649ca0f02
commit 7ada16e999
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
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