refactor: run zig fmt

This commit is contained in:
CJ van den Berg 2024-11-17 20:47:25 +01:00
parent 3524f70db5
commit 351412231f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 8 additions and 8 deletions

View file

@ -113,10 +113,10 @@ pub const gitcommit = .{
pub const gleam = .{
.color = 0xffaff3,
.icon = "󰦥",
.extensions = .{ "gleam" },
.extensions = .{"gleam"},
.comment = "//",
.language_server = .{"gleam", "lsp"},
.formatter = .{"gleam", "format", "--stdin"},
.language_server = .{ "gleam", "lsp" },
.formatter = .{ "gleam", "format", "--stdin" },
};
pub const go = .{