mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00

- format toml files using taplo - add toml formatting check to CI - use xtask consistently from bacon - refactor xtask commands to take params instead of multiple commands
13 lines
247 B
TOML
13 lines
247 B
TOML
include = ["**/*.toml"]
|
|
|
|
[formatting]
|
|
column_width = 100
|
|
reorder_keys = false
|
|
|
|
[[rule]]
|
|
include = ["**/Cargo.toml"]
|
|
keys = ["dependencies", "dev-dependencies", "build-dependencies", "workspace.dependencies"]
|
|
|
|
[rule.formatting]
|
|
reorder_keys = true
|