Created
July 1, 2016 06:44
-
-
Save cabrinha/8579b451360ea9d284f98ddfdcec5014 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| colorscheme Tomorrow-Night-Eighties | |
| set nospell | |
| set nofoldenable | |
| set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab | |
| filetype plugin indent on | |
| augroup VIM | |
| autocmd! | |
| au FileType puppet setlocal tabstop=8 expandtab shiftwidth=2 softtabstop=2 | |
| augroup END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment