Skip to content

Commit 9ece362

Browse files
authored
Merge pull request #10601 from xtqqczze/editorconfig/toml
editorconfig: specify toml settings
2 parents 9c80f41 + 6840da0 commit 9ece362

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ switch_case_indent = true
5757
end_of_line = crlf
5858
insert_final_newline = false
5959

60+
[*.toml]
61+
indent_size = 2
62+
indent_style = space
63+
6064
[*.{yaml,yml,[Yy][Mm][Ll],[Yy][Aa][Mm][Ll]}]
6165
# YAML
6266
indent_size = 2

0 commit comments

Comments
 (0)