chore: add .editorconfig

This commit is contained in:
Carlos Alexandro Becker
2024-01-01 22:22:51 -03:00
parent c6f2eb7008
commit b744dfbd5b
+16
View File
@@ -0,0 +1,16 @@
root = true
[*]
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.{md,yml,yaml}]
indent_size = 2
indent_style = space