rust-raspberrypi-OS-tutorials/.rustfmt.toml
2021-10-13 08:19:06 +02:00

10 lines
219 B
TOML

newline_style = "Unix"
edition = "2021"
imports_granularity = "Crate"
format_code_in_doc_comments = true
normalize_comments = true
wrap_comments = true
comment_width = 100
report_fixme = "Always"
report_todo = "Always"