Add/Update .editorconfig to improve repository standards

This commit is contained in:
Shiva Vinodkumar 2026-07-07 10:20:50 +05:30
parent c5aa916ffb
commit 8bb8cae7c2

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
[*.{json,yml,yaml,md,txt}]
indent_style = space
indent_size = 2