rust-raspberrypi-OS-tutorials/.rustfmt.toml
2021-03-07 21:01:44 +01:00

10 lines
219 B
TOML

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