mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
c96017c009
* Configure max comment width in clippy * update default config
8 lines
163 B
TOML
8 lines
163 B
TOML
tab_spaces = 2
|
|
edition = "2021"
|
|
imports_layout = "HorizontalVertical"
|
|
imports_granularity = "Crate"
|
|
group_imports = "One"
|
|
wrap_comments = true
|
|
comment_width = 100
|