1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 09:28:21 +00:00

updated .editorconfig

This commit is contained in:
Hari Sekhon 2024-08-10 00:11:13 +03:00
parent 815e4ac36d
commit c93cd18aef

View File

@ -47,6 +47,13 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml,*.yaml]
indent_size = 2
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[.*]
indent_size = 4
indent_style = space