mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 15:14:27 +00:00
f7af8a3863
Order imports by std, external, crate and group them by crate
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
|