summaryrefslogtreecommitdiff
path: root/.vimrc
blob: 9b0397efc45077a9a3892cef12d89698247897b6 (plain)
1
2
3
# gpsd vim settings
# Python 3 does not like tabs in files
:set tabstop=4 shiftwidth=4 expandtab