mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
Add rustfmt.toml
This commit is contained in:
parent
515a96925d
commit
8d29a14023
3
01_wait_forever/.rustfmt.toml
Normal file
3
01_wait_forever/.rustfmt.toml
Normal file
@ -0,0 +1,3 @@
|
||||
newline_style = "Unix"
|
||||
edition = "2018"
|
||||
format_code_in_doc_comments = true
|
3
02_runtime_init/.rustfmt.toml
Normal file
3
02_runtime_init/.rustfmt.toml
Normal file
@ -0,0 +1,3 @@
|
||||
newline_style = "Unix"
|
||||
edition = "2018"
|
||||
format_code_in_doc_comments = true
|
3
03_hacky_hello_world/.rustfmt.toml
Normal file
3
03_hacky_hello_world/.rustfmt.toml
Normal file
@ -0,0 +1,3 @@
|
||||
newline_style = "Unix"
|
||||
edition = "2018"
|
||||
format_code_in_doc_comments = true
|
3
04_zero_overhead_abstraction/.rustfmt.toml
Normal file
3
04_zero_overhead_abstraction/.rustfmt.toml
Normal file
@ -0,0 +1,3 @@
|
||||
newline_style = "Unix"
|
||||
edition = "2018"
|
||||
format_code_in_doc_comments = true
|
Loading…
Reference in New Issue
Block a user