Add .editorconfig

This commit is contained in:
Xiretza 2022-11-13 09:20:47 +01:00
parent a8654a6ef3
commit 3dfd20faaa
1 changed files with 7 additions and 0 deletions

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