feat: add go formatter to file types
This commit is contained in:
parent
d5fcdb1368
commit
dbdc9a8ce9
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ pub const go = .{
|
|||
.extensions = .{"go"},
|
||||
.comment = "//",
|
||||
.language_server = .{"gopls"},
|
||||
.formatter = .{ "gofmt" },
|
||||
};
|
||||
|
||||
pub const haskell = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue