Created
May 1, 2018 15:46
-
-
Save marcc-hpc/a76ab1118464f500775b1cbb9bb4afcd to your computer and use it in GitHub Desktop.
YAML vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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