init .editorconfig

This commit is contained in:
notohh 2025-06-25 03:11:02 -04:00
parent 0a4ce0d3c4
commit 03223ce4d2
Signed by: notohh
GPG key ID: BD47506D475EE86D

9
.editorconfig Normal file
View file

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