Skip to content

Commit

Permalink
correct tabs/spaces; add vim-flake8 repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
qubitsu committed May 10, 2014
1 parent 13fb966 commit 9d1690a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ execute pathogen#infect()
" plugins installed via pathogen:
" https://github.com/altercation/vim-colors-solarized
" https://github.com/bling/vim-airline
" https://github.com/nvie/vim-flake8

" required for vim-powerline to work
set laststatus=2
Expand All @@ -20,9 +21,9 @@ filetype plugin on

" sets tabwidth at 4 characters
set tabstop=4

" set shiftwidth=8
" set expandtab
set softtabstop=4
set shiftwidth=4
set expandtab

" if a python file, expand tabs into spaces, set tabwidth at 4 characters, and
" set autoindent commands to 4
Expand Down

0 comments on commit 9d1690a

Please sign in to comment.