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
No known key found for this signature in database
GPG Key ID: 15BA711A08C2CF24
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
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