From c618577f45faee14982b36842f5d2bef2a921b57 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Mon, 24 Apr 2023 00:11:40 -0400 Subject: [PATCH] add rustfmt.toml --- rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..9669fb6 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +format_code_in_doc_comments = true +normalize_comments = true +normalize_doc_attributes = true +wrap_comments = true