aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 764dee8..e1b27be 100644
--- a/vimrc
+++ b/vimrc
@@ -123,6 +123,7 @@ filetype plugin indent on
" Some rules regarding indentation on different languages.
autocmd FileType ruby set shiftwidth=2
+autocmd FileType perl set shiftwidth=4 tabstop=4
autocmd FileType c set shiftwidth=4 tabstop=4
autocmd FileType yacc set shiftwidth=4 tabstop=4
autocmd FileType go set shiftwidth=4 tabstop=4