diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-12-13 22:41:03 -0500 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-12-13 22:41:03 -0500 |
commit | ee59c4c14866b4dc555a530b9c557a481f56c02c (patch) | |
tree | 7fc43a975aac23e2d8b43efb0b144a0f4bb7274b | |
parent | aca94c34edd3159d2396373f5abfa5b0e1d2b9a2 (diff) | |
download | openwrt-repro-ee59c4c14866b4dc555a530b9c557a481f56c02c.tar.gz openwrt-repro-ee59c4c14866b4dc555a530b9c557a481f56c02c.zip |
auto-commit from bnewbold@ziggy
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |