oxc/.taplo.toml
2024-07-21 20:37:48 +08:00

15 lines
252 B
TOML

include = [
"*.toml",
".cargo/config.toml",
"crates/*/*.toml",
"editor/*/*.toml",
"napi/*/*.toml",
"tasks/*/*.toml",
"wasm/*/*.toml",
]
[formatting]
align_entries = true
column_width = 120
align_comments = false
reorder_arrays = true