From 5d8b91519d10aab1a87ff1ac4e8b13ccf9a9d29e Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 26 Mar 2023 13:59:04 +1000 Subject: [PATCH] treefmt: format markdown - ignore markdown table --- docs/README.md | 2 ++ treefmt.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 89e538d..6e36bfd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -51,6 +51,7 @@ If you need to contact the nix-community admins, they are listed [here](https:// Thanks to all our sponsors. +<!-- prettier-ignore-start --> |[<img src="https://raw.githubusercontent.com/cachix/docs.cachix.org/master/source/logo.png" width="200" alt="Cachix">](https://cachix.org)| |:-:| |Cachix provides us with 1TB of free cache| @@ -58,3 +59,4 @@ Thanks to all our sponsors. |[<img src="https://raw.githubusercontent.com/Gandi/.github/b1f21a402d9223c672476b41148429f538be5303/logos/black.svg" width="200" alt="Gandi">](https://www.gandi.net/)| |:-:| |Gandi provides us with a free domain.| +<!-- prettier-ignore-end --> diff --git a/treefmt.nix b/treefmt.nix index 3063c69..a8e6a60 100644 --- a/treefmt.nix +++ b/treefmt.nix @@ -35,7 +35,6 @@ prettier = { excludes = [ - "*.md" "secrets.yaml" ]; };