mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-03 15:40:21 +00:00
10 lines
210 B
TOML
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"
|