Settings for SQL, YAML and TeX files

This commit is contained in:
Emmanuel BENOîT 2020-05-07 12:41:33 +02:00
parent 927d80105f
commit a0c8e75b8f
3 changed files with 14 additions and 0 deletions

4
ftplugin/sql.vim Normal file
View file

@ -0,0 +1,4 @@
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab

6
ftplugin/tex.vim Normal file
View file

@ -0,0 +1,6 @@
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal smarttab
setlocal expandtab
setlocal smartindent

4
ftplugin/yaml.vim Normal file
View file

@ -0,0 +1,4 @@
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab