rust-raspberrypi-OS-tutorials/.rustfmt.toml

10 lines
210 B
TOML
Raw Normal View History

2019-10-17 19:49:15 +00:00
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"