Skip to content
Snippets Groups Projects
Commit edd5ca5a authored by Sean Silva's avatar Sean Silva
Browse files

[docs] Use vim code-block instead of console.

llvm-svn: 176418
parent 206bc114
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment