python.vim 126 B

123456
  1. " Python specific settings.
  2. setlocal tabstop=4
  3. setlocal shiftwidth=4
  4. setlocal expandtab
  5. setlocal autoindent
  6. setlocal smarttab