From 7f2601adc172747647235108a3ab7a07a8d19521 Mon Sep 17 00:00:00 2001 From: Firelight Flagboy Date: Tue, 4 Feb 2025 20:58:31 +0100 Subject: [PATCH] Editorconfig: configure `indent_size` for nix files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index b9a948f4..88deaf46 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,6 @@ [*.sh] indent_style = space indent_size = 2 + +[*.nix] +indent_size = 2