vim: Set softtabstop in nix filetype plugin
This commit is contained in:
parent
94fd34a31b
commit
16bfd5a2be
|
@ -92,5 +92,5 @@ new file mode 100644
|
||||||
+let b:did_ftplugin = 1
|
+let b:did_ftplugin = 1
|
||||||
+
|
+
|
||||||
+" coding conventions
|
+" coding conventions
|
||||||
+setlocal shiftwidth=2 expandtab
|
+setlocal shiftwidth=2 expandtab softtabstop=2
|
||||||
+let b:undo_ftplugin = "setlocal sw< et<"
|
+let b:undo_ftplugin = "setlocal sw< et< sts<"
|
||||||
|
|
Loading…
Reference in New Issue