]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ultisnips/c.snippets
vim/ultisnips/c: disable clang-format does not like colon
[dotfiles.git] / vim / ultisnips / c.snippets
index 62d2509e34e348758bbca4b1ec6b01dbf8a8f33b..c54b875fedfb4913034ba8f05a00bdf3772a3301 100644 (file)
@@ -28,7 +28,7 @@ if (${1:/* condition */}) {
 endsnippet
 
 snippet clangformat "Disable clang-format"
-// clang-format: off
+// clang-format off
 ${VISUAL}${0}
-// clang-format: on
+// clang-format on
 endsnippet