X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d6af24826c9ef92b5538ddffca9c3d46eaf193ea..c7da22bbcb25ed7da22857b9a3cd59007f36cb60:/vim/ultisnips/c.snippets?ds=inline diff --git a/vim/ultisnips/c.snippets b/vim/ultisnips/c.snippets index 864d0ca..c54b875 100644 --- a/vim/ultisnips/c.snippets +++ b/vim/ultisnips/c.snippets @@ -26,3 +26,9 @@ if (${1:/* condition */}) { ${3:/* else */} } endsnippet + +snippet clangformat "Disable clang-format" +// clang-format off +${VISUAL}${0} +// clang-format on +endsnippet