Add editorconfig

This commit is contained in:
Dan Church 2022-11-16 13:00:51 -06:00
parent 46be55d5ff
commit 99207ed0fc
Signed by: h3xx
GPG key ID: EA2BF379CD2CDBD0

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = latin1
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.md]
indent_size = 2