From d3dc4e3f9a0e03c51a63eaf3746b8e91de558917 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 3 Sep 2019 12:36:42 +0600 Subject: [PATCH] Add rustfmt.toml --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..3d8f533d --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +format_code_in_doc_comments = true +wrap_comments = true +format_strings = true \ No newline at end of file