Skip to content

Instantly share code, notes, and snippets.

@decko
Created November 26, 2015 17:37
Show Gist options
  • Save decko/da903542ea747642d7fc to your computer and use it in GitHub Desktop.
Save decko/da903542ea747642d7fc to your computer and use it in GitHub Desktop.
146 "Helping Python Indentation
147 au BufNewFile,BufRead *.py
148 \ set tabstop=4
149 \ set softtabstop=4
150 \ set shiftwidth=4
151 \ set textwidth=79
152 \ set expandtab
153 \ set autoindent
154 \ set fileformat=unix
155 \ match BadWhitespace /\s\+$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment