Change Details
| rc/vimrc |
| 110 | 110 | \ setlocal cinoptions={.5s,:.5s,+.5s,t0,g0,^-2,e-2,n-2,p2s,(0,=.5s |
| 111 | 111 | \ formatoptions=croql cindent shiftwidth=4 tabstop=8 |
| 112 | 112 | |
| 113 | au BufNewFile,BufRead *.comp |
| 114 | \ setlocal shiftwidth=4 tabstop=4 expandtab filetype=mason |
| 115 | |
| 116 | au BufNewFile,BufRead /**/apps/**/*.html |
| 117 | \ setlocal shiftwidth=4 tabstop=4 expandtab filetype=mason |
| 118 | |
| 119 | " indent style and file type for tests |
| 120 | au BufNewFile,BufRead *.t |
| 121 | \ setlocal shiftwidth=4 tabstop=4 expandtab filetype=perl |
| 122 | |
| 123 | " indent style and file type for perl modules |
| 124 | au BufNewFile,BufRead *.pm |
| 125 | \ setlocal shiftwidth=4 tabstop=4 expandtab filetype=perl |
| 126 | |
| 127 | " indent style and file type for perl scripts |
| 128 | au BufNewFile,BufRead *.pl |
| 129 | \ setlocal shiftwidth=4 tabstop=4 expandtab filetype=perl |
| 130 | |
| 113 | 131 | " use git styles for git commit message |
| 114 | 132 | au BufNewFile,BufRead COMMIT_EDITMSG set filetype=gitcommit |
| 115 | 133 | |
Download the corresponding diff file