Add .editorconfig file

See https://editorconfig.org/
This commit is contained in:
Rod Elias
2022-10-14 00:06:52 -03:00
parent 31d0a2e9f9
commit 35759b7561
+15
View File
@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2