Adds .editorconfig file to unify basic editor settings

This commit is contained in:
Refringe
2025-01-08 09:50:24 -05:00
parent 599daf3e48
commit f63e535945
+11
View File
@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false