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;
|
bash.enable = true;
|
||||||
go = {
|
go = {
|
||||||
enable = true;
|
enable = true;
|
||||||
format.type = "gofumpt";
|
|
||||||
|
format = {
|
||||||
|
enable = true;
|
||||||
|
type = "gofumpt";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
markdown = {
|
markdown = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue