-13
.prettierignore
-13
.prettierignore
···-# causes Go template plugin errors: https://github.com/NiklasPor/prettier-plugin-go-template/issues/120
+6
docs/contributing.md
+6
docs/contributing.md
···
+31
-6
flake.nix
+31
-6
flake.nix
···-prettier-wrapper = pkgs.runCommandLocal "prettier-wrapper" {nativeBuildInputs = [pkgs.makeWrapper];} ''-makeWrapper ${pkgs.prettier}/bin/prettier "$out/bin/prettier" --add-flags "--plugin=${pkgs.prettier-plugin-go-template}/lib/node_modules/prettier-plugin-go-template/lib/index.js"+wrapper = pkgs.runCommandLocal "prettier-wrapper" {nativeBuildInputs = [pkgs.makeWrapper];} ''+makeWrapper ${pkgs.prettier}/bin/prettier "$out" --add-flags "--plugin=${pkgs.prettier-plugin-go-template}/lib/node_modules/prettier-plugin-go-template/lib/index.js"+# causes Go template plugin errors: https://github.com/NiklasPor/prettier-plugin-go-template/issues/120+excludes = ["appview/pages/templates/layouts/repobase.html" "appview/pages/templates/repo/tags.html"];······