Skip to content

Commit

Permalink
setlocal cinoptions=J1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspoons committed Aug 28, 2024
1 parent ac933c3 commit 195b684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftplugin/cs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ setlocal formatoptions-=t formatoptions+=croql
" Set 'comments' to format dashed lists in comments.
setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://

setlocal cinoptions=J1

let b:undo_ftplugin = 'setl com< fo<'

if exists('loaded_matchit') && !exists('b:match_words')
Expand Down

0 comments on commit 195b684

Please sign in to comment.