rust-raspberrypi-OS-tutorials/.rustfmt.toml
2019-10-27 23:12:19 +01:00

10 lines
210 B
TOML

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