From f0b11b85831e209865e5ae24aacbc66ac7e6a761 Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Fri, 10 Jul 2026 22:15:48 +0000 Subject: [PATCH] .editorconfig: set space indentation for `*.nix` Signed-off-by: Spenser Black --- .editorconfig | 1 + 1 file(s) changed, 1 insertion(s)(+), 0 deletion(s)(-) diff --git a/.editorconfig b/.editorconfig --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ indent_size = 2 [*.nix] +indent_style = space indent_size = 2 [*.yml] -- tangled.sh