mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
7 lines
200 B
TOML
7 lines
200 B
TOML
include = ["Cargo.toml", "crates/**/Cargo.toml", ".cargo/config.toml", "xtask/**/*.toml"]
|
|
exclude = ["./benchmark/**/*.toml"]
|
|
|
|
[formatting]
|
|
align_entries = true
|
|
column_width = 120
|
|
reorder_keys = true
|