mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
chore: remove trailing white spaces
This commit is contained in:
parent
d9a3aaf058
commit
02a8281373
@ -638,11 +638,11 @@ let g:ale_sign_warning = '!'
|
||||
let g:neoformat_enabled_python = ['black', 'yapf']
|
||||
let g:neoformat_cpp_clangformat = {
|
||||
\ 'exe': 'clang-format',
|
||||
\ 'args': ['--style="{IndentWidth: 4}"']
|
||||
\ 'args': ['--style="{IndentWidth: 4}"']
|
||||
\}
|
||||
let g:neoformat_c_clangformat = {
|
||||
\ 'exe': 'clang-format',
|
||||
\ 'args': ['--style="{IndentWidth: 4}"']
|
||||
\ 'args': ['--style="{IndentWidth: 4}"']
|
||||
\}
|
||||
|
||||
let g:neoformat_enabled_cpp = ['clangformat']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user