feat: add go formatter to file types

This commit is contained in:
CJ van den Berg 2024-10-16 12:37:17 +02:00
parent d5fcdb1368
commit dbdc9a8ce9

View file

@ -116,6 +116,7 @@ pub const go = .{
.extensions = .{"go"},
.comment = "//",
.language_server = .{"gopls"},
.formatter = .{ "gofmt" },
};
pub const haskell = .{