Some new Python code settings: 100 character lines (oh my!)

This commit is contained in:
Eryn Wells 2012-11-07 16:06:38 -08:00
parent 395986145b
commit 2f0b6d99b7

View file

@ -1,6 +1,10 @@
setlocal shiftwidth=4
setlocal softtabstop=4
setlocal expandtab
setlocal textwidth=100
setlocal colorcolumn=100
"setlocal foldnestmax=3
"setlocal fdm=indent
setlocal textwidth=80
setlocal makeprg="pylint -f parseable %"