switch indentation of nix files
This commit is contained in:
parent
bf129e6b81
commit
7edc18094d
|
@ -11,6 +11,10 @@ hook global BufCreate .*\.py %{
|
||||||
set global indentwidth 4
|
set global indentwidth 4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hook global BufCreate .*\.nix %{
|
||||||
|
set global indentwidth 2
|
||||||
|
}
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# Spaces
|
# Spaces
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
Loading…
Reference in a new issue