diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-04 11:18:44 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-04 11:18:44 +0100 |
| commit | fd8d0d6e25594d0c44e536ffaad2290631c8ffb3 (patch) | |
| tree | 67e811aa9d9c5e6d5f82fa3586f6bc38079c924b /vimrc | |
| parent | 77068f3dadc47d08ba780cb24d3f6daa9d46d9f7 (diff) | |
| download | dotfiles-fd8d0d6e25594d0c44e536ffaad2290631c8ffb3.tar.gz dotfiles-fd8d0d6e25594d0c44e536ffaad2290631c8ffb3.zip | |
vim: settings 4 spaces as the default indentation settings in Perl.
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
