update editorconfig

This commit is contained in:
2025-06-16 14:43:21 -04:00
parent 21a5e3b325
commit 466f5b848f
+4 -4
View File
@@ -3,9 +3,9 @@ root = true
[*.yml]
charset = utf-8
end_of_line = lf
indent_size = 2
tab_width = 2
indent_style = space
insert_final_newline = false
indent_style = tab
indent_size = 4
max_line_length = 120
trim_trailing_whitespace = true
tab_width = 4
max_line_length = 120