From b779f3e48e5b492863ed712185371b1e801470ca Mon Sep 17 00:00:00 2001 From: chrisliebaer Date: Sun, 29 Dec 2024 15:28:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'./'=20with=20r?= =?UTF-8?q?emote=20'sync/rust'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rustfmt.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index e31afa8..d70701e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,8 +1,8 @@ unstable_features = true -version = "Two" +style_edition = "2021" # general stuff -hide_parse_errors = true # since we sometimes save files with syntax errors +show_parse_errors = false # since we sometimes save files with syntax errors max_width = 130 color = "Always" edition = "2021"