diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-10 12:49:21 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-10 12:49:21 +0100 |
| commit | 374a00ddead76fb4fe26f6f427ed90aa345f9a3e (patch) | |
| tree | 95a315ddde3d361403e5563ef20aaf30b1da18ad | |
| parent | da6f38628aa117047c24a552da6731be5a5bd49d (diff) | |
| download | dotfiles-374a00ddead76fb4fe26f6f427ed90aa345f9a3e.tar.gz dotfiles-374a00ddead76fb4fe26f6f427ed90aa345f9a3e.zip | |
vim: use Go's defaults for indentation.
| -rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ autocmd FileType ruby set shiftwidth=2 autocmd FileType c set shiftwidth=4 tabstop=4 autocmd FileType yacc set shiftwidth=4 tabstop=4 autocmd FileType go set shiftwidth=4 tabstop=4 +autocmd FileType go autocmd BufWritePre <buffer> Fmt "" " Re-mappings |
