diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 09:15:44 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 09:15:44 +0100 |
commit | ed677c34d55a0e025b7008f29419498a3989cde2 (patch) | |
tree | 62efef78ed05b2b4e61efb21e40a6b337359eb8e /indent/ansible.vim | |
parent | c161994e9607399a7b365ab274592bfc4f100306 (diff) | |
download | vim-polyglot-ed677c34d55a0e025b7008f29419498a3989cde2.tar.gz vim-polyglot-ed677c34d55a0e025b7008f29419498a3989cde2.zip |
Update
Diffstat (limited to 'indent/ansible.vim')
-rw-r--r-- | indent/ansible.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/ansible.vim b/indent/ansible.vim index d94d3a2c..29fc8e75 100644 --- a/indent/ansible.vim +++ b/indent/ansible.vim @@ -10,7 +10,7 @@ setlocal expandtab setlocal softtabstop=2 setlocal shiftwidth=2 setlocal commentstring=#%s -setlocal formatoptions=cl +setlocal formatoptions+=cl " c -> wrap long comments, including # " l -> do not wrap long lines |