Add .editorconfig because why not

This commit is contained in:
Sasha Koshka 2024-09-10 11:17:52 -04:00
parent 56cf7e3fb8
commit 0592fe32b6

12
.editorconfig Normal file
View File

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