mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
15 lines
252 B
TOML
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
|