diff options
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ set directory=~/.vim/swap,.,~/tmp,/var/tmp,/tmp " directory where to save/se set viminfo+=n~/.vim/viminfo " different location for viminfo file " make indentation and trailing whitespaces visible -set list listchars=tab:\ \ ,trail:· +set list listchars=tab:·\ ,trail:· " autocommands autocmd FileType python setlocal tabstop=4 softtabstop=0 |
