mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
6 lines
163 B
TOML
6 lines
163 B
TOML
# configuration for https://rust-lang.github.io/rustfmt/
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
wrap_comments = true
|
|
comment_width = 100
|