summaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
blob: 9f9c6a42dd4b76cf318b67180fec1574fcae4a8c (plain)
1
2
3
4
5
6
" tabs and spaces
set tabstop=8 expandtab shiftwidth=4 softtabstop=4
filetype indent on

" character limit
setlocal textwidth=80