From 8d29a140234728a13957d186b6e990c0bbed3b8e Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Tue, 8 Oct 2019 09:30:18 +0200 Subject: [PATCH] Add rustfmt.toml --- 01_wait_forever/.rustfmt.toml | 3 +++ 02_runtime_init/.rustfmt.toml | 3 +++ 03_hacky_hello_world/.rustfmt.toml | 3 +++ 04_zero_overhead_abstraction/.rustfmt.toml | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 01_wait_forever/.rustfmt.toml create mode 100644 02_runtime_init/.rustfmt.toml create mode 100644 03_hacky_hello_world/.rustfmt.toml create mode 100644 04_zero_overhead_abstraction/.rustfmt.toml diff --git a/01_wait_forever/.rustfmt.toml b/01_wait_forever/.rustfmt.toml new file mode 100644 index 00000000..f255bc13 --- /dev/null +++ b/01_wait_forever/.rustfmt.toml @@ -0,0 +1,3 @@ +newline_style = "Unix" +edition = "2018" +format_code_in_doc_comments = true diff --git a/02_runtime_init/.rustfmt.toml b/02_runtime_init/.rustfmt.toml new file mode 100644 index 00000000..f255bc13 --- /dev/null +++ b/02_runtime_init/.rustfmt.toml @@ -0,0 +1,3 @@ +newline_style = "Unix" +edition = "2018" +format_code_in_doc_comments = true diff --git a/03_hacky_hello_world/.rustfmt.toml b/03_hacky_hello_world/.rustfmt.toml new file mode 100644 index 00000000..f255bc13 --- /dev/null +++ b/03_hacky_hello_world/.rustfmt.toml @@ -0,0 +1,3 @@ +newline_style = "Unix" +edition = "2018" +format_code_in_doc_comments = true diff --git a/04_zero_overhead_abstraction/.rustfmt.toml b/04_zero_overhead_abstraction/.rustfmt.toml new file mode 100644 index 00000000..f255bc13 --- /dev/null +++ b/04_zero_overhead_abstraction/.rustfmt.toml @@ -0,0 +1,3 @@ +newline_style = "Unix" +edition = "2018" +format_code_in_doc_comments = true