switch indentation of nix files

This commit is contained in:
Leonardo Eugênio 2022-08-04 23:28:18 -03:00
parent bf129e6b81
commit 7edc18094d

View file

@ -11,6 +11,10 @@ hook global BufCreate .*\.py %{
set global indentwidth 4
}
hook global BufCreate .*\.nix %{
set global indentwidth 2
}
#################################################################
# Spaces
#################################################################