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

10 lines
219 B
TOML
Raw Normal View History

2019-10-17 19:49:15 +00:00
newline_style = "Unix"
2021-10-11 13:46:01 +00:00
edition = "2021"
2021-03-07 20:01:44 +00:00
imports_granularity = "Crate"
2019-10-17 19:49:15 +00:00
format_code_in_doc_comments = true
normalize_comments = true
wrap_comments = true
comment_width = 100
report_fixme = "Always"
report_todo = "Always"