From e0d383eb5889587147bb3d3cd162587caa0e9394 Mon Sep 17 00:00:00 2001 From: Alexander Baranov Date: Thu, 18 Jun 2026 13:38:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=20-=20rustf?= =?UTF-8?q?mt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Создание нового проекта --- snake-game/rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/snake-game/rustfmt.toml b/snake-game/rustfmt.toml index ac173ef..7ee6f41 100644 --- a/snake-game/rustfmt.toml +++ b/snake-game/rustfmt.toml @@ -1,3 +1,2 @@ max_width = 160 newline_style = "Unix" -fn_single_line = true