mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
21 lines
366 B
TOML
21 lines
366 B
TOML
[formatting]
|
|
align_entries = true
|
|
column_width = 100
|
|
compact_arrays = false
|
|
reorder_inline_tables = true
|
|
reorder_keys = true
|
|
|
|
[[rule]]
|
|
include = [ "**/Cargo.toml" ]
|
|
keys = [ "package" ]
|
|
|
|
[rule.formatting]
|
|
reorder_keys = false
|
|
|
|
[[rule]]
|
|
include = [ "**/Cargo.toml" ]
|
|
keys = [ "profile" ]
|
|
|
|
[rule.formatting]
|
|
reorder_keys = false
|