]> oss.titaniummirror.com Git - smckown/dotfiles.git/commit
vim/vimrc: change cinoptions
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 9 Sep 2015 23:03:13 +0000 (17:03 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 9 Sep 2015 23:03:13 +0000 (17:03 -0600)
commita1e1c7fa20d6c08d866579c609f69fdedbe304ee
tree911a8ac0d2652a9b803c4f569433be436d5a0fba
parent1d38f538c6f29b623ef6fc7525fb9df1d703c99d
vim/vimrc: change cinoptions

Previously, cinoptions attempted to use 1 shiftwidth for line
continuations except for if/while/switch and related lines, where two
sw's were used.  However, looking at code in the various libraries, it
appears that more commonly the line continuation is 2 sw's in all cases.
vim/vimrc