Make .editorconfig consistent between repos

This commit is contained in:
Jose Bolos
2022-03-03 13:59:11 +00:00
parent 0072fe8965
commit 4fd73bcf2f

View File

@@ -5,9 +5,19 @@ root = true
[*] [*]
charset = utf-8 charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true indent_size = 4
indent_style = tab indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.md] [*.md]
indent_style = spaces
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2
[package.json]
indent_style = space
indent_size = 2