add .editorconfig

This commit is contained in:
zowoq 2024-05-05 17:29:59 +10:00
parent b10d79f62a
commit e9a6b45d79

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8