Add editor config

This commit is contained in:
Isaac Shoebottom 2024-06-10 22:27:18 -03:00
parent fc6f33475c
commit f1b63c5031

13
dot_editorconfig Normal file
View File

@ -0,0 +1,13 @@
# https://editorconfig.org/
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true