Init repository

This commit is contained in:
Emmanuel BENOîT 2017-09-30 10:26:30 +02:00
commit 0665b12d6c
1265 changed files with 259133 additions and 0 deletions
.vim.local/ftplugin

View file

@ -0,0 +1,3 @@
setlocal colorcolumn=121
noremap <buffer> <C-f> :call Uncrustify('cpp')<CR>
vnoremap <buffer> <C-f> :call RangeUncrustify('cpp')<CR>