Use 4 space tabs in YAML files
This commit is contained in:
parent
3f4916ad55
commit
f21e5d0364
5
after/ftplugin/yaml.vim
Normal file
5
after/ftplugin/yaml.vim
Normal file
@ -0,0 +1,5 @@
|
||||
" Set up tabs
|
||||
setlocal expandtab
|
||||
setlocal tabstop=8
|
||||
setlocal shiftwidth=4
|
||||
setlocal softtabstop=4
|
Loading…
x
Reference in New Issue
Block a user