Commit ebbd2966 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Update Vim textwidth to 92 for several languages

parent eeea4a6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
setl spell
setl tw=92

" Ensure needed tools are installed
GoInstallBinaries
+1 −1
Original line number Diff line number Diff line
setl expandtab
setl textwidth=76
setl tw=92
setl spell

" Until the double-space at line end issue is resolved
+1 −0
Original line number Diff line number Diff line
setl noexpandtab
setl sw=4 ts=4 sts=4
setl spell
setl tw=92

let b:dispatch = 'python setup.py build'