Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mgunyho/vim-things
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Jan 13, 2020
2 parents 53db9c9 + 2183d15 commit 0beaf68
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 0beaf68

Please sign in to comment.