Browse Source

Moving to tabstops of 2 for yaml

pull/2/head
Ryan Reed 3 years ago
parent
commit
d98ec8dc70
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=4
setlocal softtabstop=4
setlocal tabstop=4
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal tabstop=2
setlocal foldmethod=indent

Loading…
Cancel
Save