1
0

update snippets and tex after/ftplugin

change tabstop, shiftwidth and expandtab settings
This commit is contained in:
valeth 2016-04-22 09:56:31 +02:00
parent dd3ff07b9a
commit 46b500e4d4
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
set shiftwidth=4
set tabstop=4
set noexpandtab

3
after/ftplugin/tex.vim Normal file
View File

@ -0,0 +1,3 @@
set tabstop=4
set shiftwidth=4
set noexpandtab