From 3d329d6f58dbe93d82a12c558bfbc676b8157b6b Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Thu, 22 Aug 2024 19:26:04 +0200 Subject: [PATCH] chore: flake: add prettier to treefmt Signed-off-by: Christoph Heiss --- README.md | 4 ++-- flake.nix | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9ae1d4..d937e4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Authors -- Matthias Hofmarcher +- Matthias Hofmarcher - Moritz Kepplinger - Christoph Heiss - Mathias Trapl @@ -16,5 +16,5 @@ Distributed under the AGPL-3.0-or-later license ([LICENSE](LICENSE) or https://s ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted -for inclusion in the work by you shall be licensed by AGPL-3.0-or-later license +for inclusion in the work by you shall be licensed by AGPL-3.0-or-later license as above, without any additional terms or conditions. diff --git a/flake.nix b/flake.nix index 32bd363..eae9b1b 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,10 @@ }; statix.enable = true; deadnix.enable = true; + prettier = { + enable = true; + excludes = [ "backend/**" "frontend/openapi-generated/**" ]; + }; }; };