diff options
| author | jdhao <jdhao@hotmail.com> | 2020-04-22 23:26:02 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-04-22 23:26:02 +0800 |
| commit | 02a82813730cef31f8fa8a6d7691fce613fefca8 (patch) | |
| tree | efae724afc1b1444a09ea26a2b4e146b15182e78 /plugins.vim | |
| parent | d9a3aaf058597776a114ecb574a0264492c841ab (diff) | |
chore: remove trailing white spaces
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim index e70714f..d411bd7 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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'] |
