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 0222f7558b
commit ecc9181894
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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