We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4567538 commit c73f9f5Copy full SHA for c73f9f5
init_test.lua
@@ -46,6 +46,7 @@ test('format.on_save should ignore selected text', function()
46
test.assert_equal(buffer:get_text(), 'int main() { return 0; }')
47
test.assert_equal(buffer:get_sel_text(), 'int')
48
end)
49
+if not have_clang_format then skip('clang-format is not available') end
50
51
test('format.code should ignore saving files matching format.ignore_file_patterns', function()
52
local subdir = 'subdir'
0 commit comments