.vimrc 97 B

1234
  1. # gpsd vim settings
  2. # Python 3 does not like tabs in files
  3. :set tabstop=4 shiftwidth=4 expandtab