From 7edc18094d7f851b40501bdd6f249e97a11f6b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 4 Aug 2022 23:28:18 -0300 Subject: [PATCH] switch indentation of nix files --- user/kak/indent.kak | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/kak/indent.kak b/user/kak/indent.kak index 55ee732..95b2f39 100644 --- a/user/kak/indent.kak +++ b/user/kak/indent.kak @@ -11,6 +11,10 @@ hook global BufCreate .*\.py %{ set global indentwidth 4 } +hook global BufCreate .*\.nix %{ + set global indentwidth 2 +} + ################################################################# # Spaces #################################################################