feat: update furomater for go.

This commit is contained in:
CronyAkatsuki 2025-04-29 12:34:53 +02:00
parent ed58c47bf4
commit c3be1c72b2

View File

@ -140,7 +140,11 @@ in {
bash.enable = true;
go = {
enable = true;
format.type = "gofumpt";
format = {
enable = true;
type = "gofumpt";
};
};
markdown = {
enable = true;