.editorconfig: adds editor config

This commit is contained in:
Emma Tebibyte 2024-07-02 08:35:38 -06:00
parent 2ee7393a99
commit 44efca7d06
Signed by: emma
GPG Key ID: 06FA419A1698C270

8
.editorconfig Normal file
View File

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