summaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
blob: 2da64410924ed3c7d8aa0ee2b556309a4e9a3dae (plain)
1
2
3
4
5
6
7
8
9
" signcolumn
setlocal signcolumn=yes

" tabs and spaces
set tabstop=8 expandtab shiftwidth=4 softtabstop=4
filetype indent on

" character limit
setlocal textwidth=80