Add config for uncrustify
This commit is contained in:
parent
45c35ca1a6
commit
b18a19f67b
@ -116,3 +116,10 @@ nnoremap <silent> <f5> :call fzf#run({
|
||||
\ 'options': '+m',
|
||||
\ 'down': len(<sid>buflist()) + 2
|
||||
\ })<CR>
|
||||
|
||||
" ---------- Neoformat ----------
|
||||
"let g:neoformat_only_msg_on_error = 1
|
||||
"let g:neoformat_verbose = 1 " only affects the verbosity of Neoformat
|
||||
|
||||
" C/C++ config
|
||||
let g:neoformat_enabled_cpp = ['uncrustify', 'clang-format']
|
||||
|
3493
uncrustify/.config/uncrustify/uncrustify.conf
Normal file
3493
uncrustify/.config/uncrustify/uncrustify.conf
Normal file
File diff suppressed because it is too large
Load Diff
@ -14,6 +14,7 @@ export PASSWORD_STORE_DIR="${XDG_DATA_HOME}/password-store"
|
||||
export PYLINT_HOME="${XDG_CACHE_HOME}/pylint"
|
||||
export PYTHON_EGG_CACHE="${XDG_CACHE_HOME}/python-eggs"
|
||||
export PYTHON_STARTUP="${XDG_CONFIG_HOME}/python/pythonrc"
|
||||
export UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/uncrustify.conf"
|
||||
export WINEPREFIX="${XDG_DATA_HOME}/wine"
|
||||
|
||||
# nnn
|
||||
|
Loading…
x
Reference in New Issue
Block a user