Files
deltachat-remotecontrol-bot/rustfmt.toml
2026-05-14 00:03:53 +03:00

11 lines
200 B
TOML

max_width = 120
hard_tabs = false
tab_spaces = 4
edition = "2021"
reorder_imports = true
reorder_modules = true
format_strings = true
normalize_comments = true
wrap_comments = true
comment_width = 80