From f0b11b85831e209865e5ae24aacbc66ac7e6a761 Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Fri, 10 Jul 2026 18:15:48 -0400 Subject: [PATCH] .editorconfig: set space indentation for `*.nix` Signed-off-by: Spenser Black --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index f3847b53..679ee1d0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ indent_size = 2 indent_size = 2 [*.nix] +indent_style = space indent_size = 2 [*.yml] -- 2.51.2