mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 14:08:44 +00:00
5 lines
163 B
TOML
5 lines
163 B
TOML
# configuration for https://rust-lang.github.io/rustfmt/
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
wrap_comments = true
|
|
comment_width = 100
|