Merge pull request #10601 from xtqqczze/editorconfig/toml

editorconfig: specify toml settings
This commit is contained in:
Daniel Hofstetter
2026-01-31 15:29:43 +01:00
committed by GitHub
+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