Skip to content

Commit

Permalink
Allow per-directory vimrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
prathe committed Oct 11, 2011
1 parent df9d9ba commit 5fdd381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/vimrc.local.symlink
Expand Up @@ -12,3 +12,6 @@ autocmd User Rails/**/*.css set shiftwidth=4 tabstop=4 softtabstop=4
autocmd User Rails/**/*.js set shiftwidth=4 tabstop=4 softtabstop=4
autocmd User Rails/**/*.erb set shiftwidth=4 tabstop=4 softtabstop=4
autocmd User *.feature set shiftwidth=2 tabstop=2 softtabstop=2

set exrc " enable per-directory .vimrc files
set secure " disable unsafe commands in local .vimrc files

0 comments on commit 5fdd381

Please sign in to comment.