From 02a82813730cef31f8fa8a6d7691fce613fefca8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 22 Apr 2020 23:26:02 +0800 Subject: [PATCH] chore: remove trailing white spaces --- plugins.vim | 4 ++-- 1 file 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']