add editorconfig

This commit is contained in:
outfoxxed 2024-10-14 22:06:14 -07:00
parent 18d0c8e403
commit 8cc064e64a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

8
.editorconfig Normal file
View file

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