Use Microsoft style for C++
This commit is contained in:
parent
039dfe92ec
commit
5f8b544a26
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -55,7 +55,7 @@ nnoremap <S-F11> :call ACPToggleMargins()<CR>
|
|||
nnoremap <S-F2> :call ACPAdocTodo()<CR>
|
||||
nnoremap <S-F4> :split<CR>
|
||||
nnoremap <S-F7> :call ACPToggleSpellEnGb()<CR>
|
||||
nnoremap <S-F9> :%!clang-format --style=WebKit<CR>
|
||||
nnoremap <S-F9> :%!clang-format --style="{ BasedOnStyle: Microsoft, AccessModifierOffset: -4, PointerAlignment: Left }"<CR>
|
||||
|
||||
nnoremap <Leader>B :bprevious<CR>
|
||||
nnoremap <Leader>b :bnext<CR>
|
||||
|
|
Loading…
Reference in a new issue