Skip to content

Instantly share code, notes, and snippets.

@davidkarban
Created February 21, 2018 11:35
Show Gist options
  • Save davidkarban/e169e75818083b995c912b8e7e6d9e48 to your computer and use it in GitHub Desktop.
Save davidkarban/e169e75818083b995c912b8e7e6d9e48 to your computer and use it in GitHub Desktop.
autocmd BufRead *.yaml,*.yml
\ setlocal syntax=yaml autoindent
\ sw=4 ts=8 sts=4 expandtab
\ colorcolumn=78,120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment