chore: add .editorconfig

This commit is contained in:
Isaac 2023-03-11 15:02:49 +00:00
parent 788f0fee05
commit d23830d9a3
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
indent_size = 4