Skip to content

Commit

Permalink
Change Python indentation to 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Jan 12, 2020
1 parent ecd530f commit 2183d15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions after/ftplugin/python.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set expandtab
set smarttab
set shiftwidth=2
set tabstop=2
set softtabstop=2
set shiftwidth=4
set tabstop=4
set softtabstop=4
"set smartindent " this causes e.g. '#' to jump to the beginning of the row...

" remap ¤ to # to avoid mistakes when commenting.
Expand Down

0 comments on commit 2183d15

Please sign in to comment.