editorconfig

This commit is contained in:
2026-03-31 16:38:35 -07:00
parent 38940436a7
commit 8ca3a2151e

12
.editorconfig Normal file
View File

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