Incorporate '.editorconfig' as a cross-editor configuration to ensure uniformity in code

This commit is contained in:
Vijay A 2024-11-28 03:03:39 +05:30
parent 5a5440813e
commit c3ae2467ae

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
[*.md]
trim_trailing_whitespace = false