Reset Vim python tw and cc to 80

This commit is contained in:
Eryn Wells 2013-04-14 09:31:45 -07:00
parent 28397d8b32
commit 5ee983d943

View file

@ -4,8 +4,8 @@ setlocal expandtab
let s:buf_filename = expand('%:t')
if s:buf_filename != "SConscript" && s:buf_filename != "SConstruct"
setlocal textwidth=100
setlocal colorcolumn=100
setlocal textwidth=80
setlocal colorcolumn=80
else
setlocal textwidth=80
setlocal colorcolumn=80