Update editorconfig

This commit is contained in:
Isaac Shoebottom 2024-06-19 23:47:29 -03:00
parent 5158676329
commit 759516cbce

View File

@ -5,5 +5,8 @@ root = true
end_of_line = lf
charset = utf-8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_style = space
indent_size = 2