We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152627f commit 71f9eb9Copy full SHA for 71f9eb9
t/clang_format_spec.vim
@@ -213,7 +213,6 @@ describe ':ClangFormat'
213
end
214
" }}}
215
216
-
217
" test for auto formatting {{{
218
describe 'g:clang_format#auto_format'
219
@@ -225,9 +224,6 @@ describe 'g:clang_format#auto_format'
225
224
226
after
227
bdelete!
228
- if filereadable('./'.s:root_dir.'t/tmp.cpp')
229
- call delete('./'.s:root_dir.'t/tmp.cpp')
230
- endif
231
232
233
it 'formats a current buffer on BufWritePre if the value is 1'
0 commit comments