chore: re-introduce .editorconfig

This commit is contained in:
sgoudham 2024-12-08 23:03:39 +00:00
parent a2f8c6084b
commit fcf962d9e7
No known key found for this signature in database
GPG Key ID: 44E818FD5457EEA4

18
.editorconfig Normal file
View File

@ -0,0 +1,18 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
max_line_length = 120
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# documentation, utils
[*.{md,mdx,diff}]
trim_trailing_whitespace = false