feat: update furomater for go.
This commit is contained in:
parent
ed58c47bf4
commit
c3be1c72b2
1 changed files with 5 additions and 1 deletions
|
@ -140,7 +140,11 @@ in {
|
|||
bash.enable = true;
|
||||
go = {
|
||||
enable = true;
|
||||
format.type = "gofumpt";
|
||||
|
||||
format = {
|
||||
enable = true;
|
||||
type = "gofumpt";
|
||||
};
|
||||
};
|
||||
markdown = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue