From 81540cd484c8961e706aed8385b4cc9adfff8001 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 17 Jul 2021 09:04:54 -0700 Subject: [PATCH] rustfmt: add config to format code in doc comments. --- rtchallenge/rustfmt.toml | 1 + rtiow/rustfmt.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 rtchallenge/rustfmt.toml create mode 100644 rtiow/rustfmt.toml diff --git a/rtchallenge/rustfmt.toml b/rtchallenge/rustfmt.toml new file mode 100644 index 0000000..16bdde9 --- /dev/null +++ b/rtchallenge/rustfmt.toml @@ -0,0 +1 @@ +format_code_in_doc_comments = true diff --git a/rtiow/rustfmt.toml b/rtiow/rustfmt.toml new file mode 100644 index 0000000..16bdde9 --- /dev/null +++ b/rtiow/rustfmt.toml @@ -0,0 +1 @@ +format_code_in_doc_comments = true