dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

python.vim (212B)


      1 augroup python_config
      2     setlocal tabstop=4
      3     setlocal softtabstop=4
      4     setlocal shiftwidth=4
      5     setlocal textwidth=79
      6     setlocal expandtab
      7     setlocal autoindent
      8     setlocal fileformat=unix
      9 augroup END