1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-04-12 14:04:06 +00:00
lemmy/.rustfmt.toml
Nutomic c96017c009
Configure max comment width in clippy ()
* Configure max comment width in clippy

* update default config
2024-05-23 08:46:26 -04:00

7 lines
163 B
TOML

tab_spaces = 2
edition = "2021"
imports_layout = "HorizontalVertical"
imports_granularity = "Crate"
group_imports = "One"
wrap_comments = true
comment_width = 100