Move TOML indent size config (#20905)

Co-authored-by: Emil Sadek <esadek@users.noreply.github.com>
This commit is contained in:
Emil Sadek 2025-10-16 00:35:49 -07:00 committed by GitHub
parent 73520e4acd
commit cb98933c50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -10,7 +10,7 @@ indent_style = space
insert_final_newline = true
indent_size = 2
[*.{rs,py,pyi}]
[*.{rs,py,pyi,toml}]
indent_size = 4
[*.snap]
@ -18,6 +18,3 @@ trim_trailing_whitespace = false
[*.md]
max_line_length = 100
[*.toml]
indent_size = 4