]> git.rmz.io Git - dotfiles.git/commitdiff
vim: don't expand tabs in snippets files
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 18 Apr 2015 06:47:08 +0000 (07:47 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 18 Apr 2015 06:47:08 +0000 (07:47 +0100)
vim/ftplugin/snippets.vim [new file with mode: 0644]

diff --git a/vim/ftplugin/snippets.vim b/vim/ftplugin/snippets.vim
new file mode 100644 (file)
index 0000000..cdc6228
--- /dev/null
@@ -0,0 +1,4 @@
+setlocal noexpandtab
+setlocal shiftwidth=4
+setlocal tabstop=4
+setlocal softtabstop=4