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/**" ]; + }; }; };