From 550829ac99ba7aee41bf5cdc3089c3512feb126e Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Wed, 9 Sep 2015 18:31:39 -0600 Subject: [PATCH] vim/vimrc: cinoptions us is the default --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2