Add/Update .editorconfig to improve repository standards

This commit is contained in:
Shiva Vinodkumar 2026-07-07 10:35:25 +05:30
parent 1ea526c8c9
commit 26f45852bb
1 changed files with 13 additions and 0 deletions

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}]
indent_style = space
indent_size = 2