Fix formatting in readme

master
James Long 2017-02-07 10:42:54 -05:00
parent a3a6834a05
commit 2ff937acdd
1 changed files with 2 additions and 0 deletions

View File

@ -184,7 +184,9 @@ If you want to restore cursor position after formatting, try this
(although it's not guaranteed that it will be restored to the same (although it's not guaranteed that it will be restored to the same
place in the code since it may have moved): place in the code since it may have moved):
```
autocmd BufWritePre *.js exe "normal! gggqG\<C-o>\<C-o>" autocmd BufWritePre *.js exe "normal! gggqG\<C-o>\<C-o>"
```
### Visual Studio Code ### Visual Studio Code