mirror of https://github.com/astral-sh/ruff
Move TOML indent size config (#20905)
Co-authored-by: Emil Sadek <esadek@users.noreply.github.com>
This commit is contained in:
parent
73520e4acd
commit
cb98933c50
|
|
@ -10,7 +10,7 @@ indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.{rs,py,pyi}]
|
[*.{rs,py,pyi,toml}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.snap]
|
[*.snap]
|
||||||
|
|
@ -18,6 +18,3 @@ trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
[*.toml]
|
|
||||||
indent_size = 4
|
|
||||||
Loading…
Reference in New Issue