mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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 New Issue
Block a user