From f2315e0c7a68c7bdbb37ec3aa329a2e5ba72425c Mon Sep 17 00:00:00 2001 From: Techatrix <19954306+Techatrix@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:28:27 +0000 Subject: [PATCH] Format `zls.json` in setup wizard (#568) --- src/setup.zig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/setup.zig b/src/setup.zig index 4c43de9..71d20fd 100644 --- a/src/setup.zig +++ b/src/setup.zig @@ -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");