From a74f2d19d3712363f45e17321fee256c8362ee83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ja=C5=ADhien=20Lavon=C4=87je=C5=AD?= Date: Mon, 4 May 2026 19:03:57 +0200 Subject: [PATCH] cargofmt: Make rustfmt ignore config.rs --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index ff70f89..51d6114 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,6 +16,7 @@ // SPDX-License-Identifier: GPL-3.0-only mod application; +#[rustfmt::skip] mod config; mod graph_manager; mod pipewire_connection;