projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
342890e
)
Corrected indentation comments
author
David Kerkeslager
<kerkeslager@gmail.com>
Mon, 15 Aug 2016 18:22:35 +0000
(14:22 -0400)
committer
GitHub
<noreply@github.com>
Mon, 15 Aug 2016 18:22:35 +0000
(14:22 -0400)
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
b48496e
..
af109ae
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-32,14
+32,14
@@
set scrolloff=5
" Turn off error bells and visual bell
set noeb vb t_vb=
-" Set tabs to width
4
.
+" Set tabs to width
2
.
filetype plugin indent on
set shiftwidth=2
set softtabstop=2
set tabstop=2
set expandtab
-" language-specific settings
+" language-specific settings
: tab width is 4 for python
autocmd FileType python setlocal shiftwidth=4 softtabstop=4 tabstop=4
" Allow backspacing over everything in insert mode.