summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-12-13 22:41:03 -0500
committerbnewbold <bnewbold@robocracy.org>2010-12-13 22:41:03 -0500
commitee59c4c14866b4dc555a530b9c557a481f56c02c (patch)
tree7fc43a975aac23e2d8b43efb0b144a0f4bb7274b /.vimrc
parentaca94c34edd3159d2396373f5abfa5b0e1d2b9a2 (diff)
downloadopenwrt-repro-ee59c4c14866b4dc555a530b9c557a481f56c02c.tar.gz
openwrt-repro-ee59c4c14866b4dc555a530b9c557a481f56c02c.zip
auto-commit from bnewbold@ziggy
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index d7058a4..d0e4c17 100644
--- a/.vimrc
+++ b/.vimrc
@@ -12,10 +12,10 @@ set history=50
set wildmode=list:longest,full
set showmode
set showcmd
+set shiftwidth=2
+set tabstop=2
autocmd FileType * set tabstop=2|set shiftwidth=2
autocmd FileType python set tabstop=4|set shiftwidth=4
-"set shiftwidth=4
-"set tabstop=4
set expandtab
set shiftround
set autoindent