Created
November 26, 2015 17:37
-
-
Save decko/da903542ea747642d7fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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