editorconfig: specify toml settings

This commit is contained in:
xtqqczze
2026-01-30 23:15:46 +00:00
parent e5bf248762
commit 6840da0910
+4
View File
@@ -57,6 +57,10 @@ switch_case_indent = true
end_of_line = crlf
insert_final_newline = false
[*.toml]
indent_size = 2
indent_style = space
[*.{yaml,yml,[Yy][Mm][Ll],[Yy][Aa][Mm][Ll]}]
# YAML
indent_size = 2