Format zls.json
in setup wizard (#568)
This commit is contained in:
parent
cf8baa3586
commit
f2315e0c7a
@ -199,7 +199,9 @@ pub fn wizard(allocator: std.mem.Allocator) !void {
|
||||
.operator_completions = operator_completions,
|
||||
.include_at_in_builtins = include_at_in_builtins,
|
||||
.max_detail_length = max_detail_length,
|
||||
}, .{}, out);
|
||||
}, .{
|
||||
.whitespace = .{},
|
||||
}, out);
|
||||
|
||||
write("successful.\n\n\n\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user