Skip to content

Commit

Permalink
Fix Python indenting to 4 spaces, not 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paxswill committed Mar 29, 2012
1 parent a8e4ae6 commit ba8ad08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staging/.vim/after/indent/python.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set expandtab
set softtabstop=2
set shiftwidth=2
set softtabstop=4
set shiftwidth=4

0 comments on commit ba8ad08

Please sign in to comment.