Use 4 space tabs in YAML files
This commit is contained in:
parent
93f5a8f9d1
commit
94701f50d7
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