From 2a04d7454bc4c23a09e43fb5d7293746e01fe969 Mon Sep 17 00:00:00 2001 From: HouXiaoxuan Date: Thu, 21 Dec 2023 22:21:14 +0800 Subject: [PATCH] mv rustfmt.toml --- src/rustfmt.toml => rustfmt.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename src/rustfmt.toml => rustfmt.toml (94%) diff --git a/src/rustfmt.toml b/rustfmt.toml similarity index 94% rename from src/rustfmt.toml rename to rustfmt.toml index e9e2b27..cdaa36e 100644 --- a/src/rustfmt.toml +++ b/rustfmt.toml @@ -15,6 +15,4 @@ format_code_in_doc_comments = true # 彩色输出:Unstable color = "Auto" -ignore = [ - "tests", -] \ No newline at end of file +ignore = ["tests"]