Format zls.json in setup wizard (#568)

This commit is contained in:
Techatrix 2022-08-02 18:28:27 +00:00 committed by GitHub
parent cf8baa3586
commit f2315e0c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");