]> git.rmz.io Git - dotfiles.git/commitdiff
vim/ultisnips/c: disable clang-format does not like colon
authorSamir Benmendil <me@rmz.io>
Tue, 17 Mar 2020 17:17:59 +0000 (17:17 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 15 Apr 2020 08:52:03 +0000 (09:52 +0100)
vim/ultisnips/c.snippets

index 62d2509e34e348758bbca4b1ec6b01dbf8a8f33b..c54b875fedfb4913034ba8f05a00bdf3772a3301 100644 (file)
@@ -28,7 +28,7 @@ if (${1:/* condition */}) {
 endsnippet
 
 snippet clangformat "Disable clang-format"
 endsnippet
 
 snippet clangformat "Disable clang-format"
-// clang-format: off
+// clang-format off
 ${VISUAL}${0}
 ${VISUAL}${0}
-// clang-format: on
+// clang-format on
 endsnippet
 endsnippet