Skip to content

Commit

Permalink
No retab, but that, yep
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpy committed Jul 22, 2012
1 parent 6f537b0 commit 45194b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -67,7 +67,7 @@ com! -nargs=* Phpunit make -c app <q-args> | cw
" ===================================

"delete spaces at end of line
"autocmd BufRead * silent! %s/[\r \t]\+$//
autocmd BufRead * silent! %s/[\r \t]\+$//
"autocmd BufEnter *.php :retab

autocmd BufNewFile,BufRead *.twig set filetype=twig
Expand Down

0 comments on commit 45194b9

Please sign in to comment.