forked from mirrors/nixpkgs
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
|
||||
+
|
||||
+" coding conventions
|
||||
+setlocal shiftwidth=2 expandtab
|
||||
+let b:undo_ftplugin = "setlocal sw< et<"
|
||||
+setlocal shiftwidth=2 expandtab softtabstop=2
|
||||
+let b:undo_ftplugin = "setlocal sw< et< sts<"
|
||||
|
|
Loading…
Reference in a new issue