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 2abea81 commit 5201cf2Copy full SHA for 5201cf2
t/clang_format_spec.vim
@@ -89,6 +89,7 @@ endfunction
89
describe 'clang_format#format()'
90
91
before
92
+ let g:clang_format#detect_style_file = 0
93
new
94
execute 'silent' 'edit!' './'.s:root_dir.'t/test.cpp'
95
end
@@ -134,6 +135,7 @@ end
134
135
describe '<Plug>(operator-clang-format)'
136
137
138
139
140
141
map x <Plug>(operator-clang-format)
@@ -174,6 +176,7 @@ end
174
176
describe ':ClangFormat'
175
177
178
179
180
181
182
0 commit comments