feat: add .editorconfig

This commit is contained in:
Ritesh Ghosh
2024-10-29 13:11:49 +05:30
parent fe0b6776b8
commit 90c0e869ab
+6
View File
@@ -0,0 +1,6 @@
[*]
end_of_line = lf
[*.{js,mjs,ts}]
indent_size = 2
trim_trailing_whitespace = true