From b406d4dd244a25688c2b9621cf5d441228bd8913 Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:50:47 -0600 Subject: [PATCH] fix: .editorconfig syntax for nix files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 028b7286..f4da4406 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space -[*.nix,*.{yaml,yml}] +[*.{nix,yaml,yml}] indent_size = 2