Skip to content

Instantly share code, notes, and snippets.

@vksuktha
Created March 24, 2020 04:47
Show Gist options
  • Save vksuktha/add46c1ee677cca6a09b12818e361781 to your computer and use it in GitHub Desktop.
Save vksuktha/add46c1ee677cca6a09b12818e361781 to your computer and use it in GitHub Desktop.
.vimrc changes to support yaml
filetype plugin indent on
syntax 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