From: R. Steve McKown Date: Thu, 10 Sep 2015 00:31:39 +0000 (-0600) Subject: vim/vimrc: cinoptions us is the default X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=550829ac99ba7aee41bf5cdc3089c3512feb126e vim/vimrc: cinoptions us is the default --- diff --git a/vim/vimrc b/vim/vimrc index c6fce6b..e518667 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -71,7 +71,7 @@ set list set softtabstop=2 shiftwidth=2 expandtab " cinoptions for code formatting -set cinoptions=t0,us,U1,k2s,j1,J1 +set cinoptions=t0,U1,k2s,j1,J1 " File type specific settings. if has("autocmd")