From 08a619181e9940789e162c36a0d6cf653f5af07c Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Tue, 23 Nov 2021 22:45:54 +0100 Subject: [PATCH] set up editorconfig for .nix files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index a8faf89def..ba4f753d26 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,9 @@ indent_style = space tab_width = 4 charset = utf-8 +[*.nix] +tab_width = 2 + [InterfacesAndLibraries/**/*] indent_style = tab