Skip to content

Commit

Permalink
fantomas: init (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel authored Oct 28, 2023
1 parent 20ac9c6 commit 68d85c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion config/none-ls.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
shellcheck.enable = true;
statix.enable = true;
};
formatting = { nixfmt.enable = true; };
formatting = {
fantomas.enable = true;
nixfmt.enable = true;
};
};
};
}
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68d85c2

Please sign in to comment.