diff options
-rw-r--r-- | docs/ClangFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ClangFormat.rst b/docs/ClangFormat.rst index 94753580f0..f5c0b4c1fb 100644 --- a/docs/ClangFormat.rst +++ b/docs/ClangFormat.rst @@ -49,7 +49,7 @@ which can be found under `clang/tools/extra/clang-format/clang-format.py`. This can be integrated by adding the following to your `.vimrc`: -.. code-block:: console +.. code-block:: vim map <C-I> :pyf <path-to-this-file>/clang-format.py<CR> imap <C-I> <ESC>:pyf <path-to-this-file>/clang-format.py<CR>i |