Skip to content

Instantly share code, notes, and snippets.

@rdkls
Forked from dragonken/.vimrc
Created June 29, 2018 06:34
Show Gist options
  • Save rdkls/36a3477356e9d23f783b0882aae3ba51 to your computer and use it in GitHub Desktop.
Save rdkls/36a3477356e9d23f783b0882aae3ba51 to your computer and use it in GitHub Desktop.
YAML space indent for vim
syntax on
filetype plugin indent on
# Get the 2-space YAML as the default when hit carriage return after the colon
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment