update editorconfig

This commit is contained in:
2025-06-17 17:20:05 -04:00
parent 47f2322e29
commit 09ce3ed54f
+3 -3
View File
@@ -13,14 +13,14 @@ tab_width = 3
[*.lua]
max_line_length = 120
[yaml]
[{*.yaml,*.yml}]
indent_size = 2
[json]
[*.json]
indent_size = 2
tab_width = 2
indent_style = tab
[markdown]
[*.md]
indent_size = 4
trim_trailing_whitespace = false