added .editorconfig file

This commit is contained in:
Emma Tebibyte 2023-03-26 19:08:28 -04:00
parent 80fbbebc91
commit 623d65be0d
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

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