From af5ab5b197e1d589a5b817f926cf7055b2ee66e0 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Tue, 19 Nov 2024 19:53:35 +0100 Subject: [PATCH] editorconfig: nix --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 22b6c3a..736f7d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true charset = utf-8 end_of_line = lf -[*.js] +[*.{js, nix}] indent_style = space indent_size = 2