chore: add an .editorconfig

This commit is contained in:
Sufien Tout 2024-11-04 18:58:28 -05:00
parent 2d5f8f48f5
commit 0127b79757
No known key found for this signature in database

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true