]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
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)
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.


No differences found