diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-19 17:31:22 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-07-19 17:31:22 -0700 |
| commit | 8e3e7a0c4551583493e212d70449cee308ef04c0 (patch) | |
| tree | 61eadc2daa598a145e54190fcbcf14c759d5eccc /treefmt.nix | |
| parent | check for broken links (diff) | |
| download | fcuny.net-8e3e7a0c4551583493e212d70449cee308ef04c0.tar.gz | |
use just as a task runner
Diffstat (limited to '')
| -rw-r--r-- | treefmt.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/treefmt.nix b/treefmt.nix deleted file mode 100644 index 2fecfa5..0000000 --- a/treefmt.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - projectRootFile = "flake.nix"; - programs = { - nixpkgs-fmt.enable = true; # nix - taplo.enable = true; # toml - yamlfmt.enable = true; # yaml - prettier.enable = true; # css - }; - settings.formatter = { - prettier = { - includes = [ "*.css" "*.md" ]; - excludes = [ "*.html" ]; - options = [ "-w" ]; - }; - }; -} |
