Skip to content

Instantly share code, notes, and snippets.

@marcc-hpc
Created May 1, 2018 15:46
Show Gist options
  • Save marcc-hpc/a76ab1118464f500775b1cbb9bb4afcd to your computer and use it in GitHub Desktop.
Save marcc-hpc/a76ab1118464f500775b1cbb9bb4afcd to your computer and use it in GitHub Desktop.
YAML vimrc
set autoindent
set tabstop=2
set shiftwidth=2
autocmd FileType yaml setlocal ai ts=2 sw=2 et
autocmd FileType yml setlocal ai ts=2 sw=2 et
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment