feat(format): add default for ignore_ret

This commit is contained in:
2025-05-21 00:18:08 +02:00
parent 1022b2115b
commit 89118e52d0
+1
View File
@@ -176,6 +176,7 @@ function M.format(opts)
output = opts.output,
auto_indent = opts.auto_indent or false,
only_selection = opts.only_selection or false,
ignore_ret = opts.ignore_ret,
ignore_stderr = opts.ignore_stderr,
env = opts.env,
}