Add .editorconfig to improve repository standards (#5879)

This commit is contained in:
Shiva Vinodkumar
2026-07-02 11:08:54 +05:30
committed by GitHub
parent 425324ad5c
commit 60a450562f

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sh]
indent_size = 4