Created
July 17, 2014 01:40
-
-
Save trq/19df1cdb48e1a63cb1ce 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
g:vdebug_options['path_maps'] = {"/var/www/cc": "/Users/trq/src/clients/cc/site"} | |
autocmd FileType html setlocal ts=2 sts=2 sw=2 expandtab | |
autocmd FileType htmljinja setlocal ts=2 sts=2 sw=2 expandtab | |
autocmd FileType css setlocal ts=2 sts=2 sw=2 expandtab | |
autocmd FileType javascript setlocal ts=2 sts=2 sw=2 expandtab | |
autocmd FileType php setlocal ts=4 sts=4 sw=4 expandtab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I like the setting for spaces for different file type. This is awesome.