feat: add .editorconfig

This commit is contained in:
Siddharth
2026-03-07 18:37:45 -08:00
parent b3247a6a97
commit 2553442a7d
+14
View File
@@ -0,0 +1,14 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,yml,yaml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false