Browse Source

Changing yaml default tabstop from 2 to 4

pull/2/head
Ryan Reed 3 years ago
parent
commit
0241463fa9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      dot_vim/after/ftplugin/yaml.vim

+ 3
- 3
dot_vim/after/ftplugin/yaml.vim View File

@ -1,4 +1,4 @@
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal tabstop=2
setlocal shiftwidth=4
setlocal softtabstop=4
setlocal tabstop=4
setlocal foldmethod=indent

Loading…
Cancel
Save