mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
style: enable more rustfmt settings (#1125)
This commit is contained in:
parent
8b447ec4d6
commit
df4b706674
2 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,9 @@
|
||||||
# configuration for https://rust-lang.github.io/rustfmt/
|
# configuration for https://rust-lang.github.io/rustfmt/
|
||||||
group_imports = "StdExternalCrate"
|
|
||||||
imports_granularity = "Crate"
|
|
||||||
wrap_comments = true
|
|
||||||
comment_width = 100
|
comment_width = 100
|
||||||
format_code_in_doc_comments = true
|
format_code_in_doc_comments = true
|
||||||
|
format_macro_matchers=true
|
||||||
|
group_imports = "StdExternalCrate"
|
||||||
|
imports_granularity = "Crate"
|
||||||
|
normalize_doc_attributes=true
|
||||||
|
use_field_init_shorthand=true
|
||||||
|
wrap_comments = true
|
||||||
|
|
Loading…
Reference in a new issue