From 7989ba0033549be0c13f3bf1fa2f9e7ae35bc528 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 9 Nov 2025 15:27:07 -0500 Subject: [PATCH] feat: run prettier on css --- package.json | 2 +- src/content/algorithms/proofs.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b361e7b..f934cdf 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check": "astro check" }, "lint-staged": { - "*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": [ + "*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml,css}": [ "prettier --write", "astro check" ] diff --git a/src/content/algorithms/proofs.mdx b/src/content/algorithms/proofs.mdx index c770058..bdbc839 100644 --- a/src/content/algorithms/proofs.mdx +++ b/src/content/algorithms/proofs.mdx @@ -65,8 +65,8 @@ Let $X$ and $Y$ be the number of occurrences of zeroes and ones in the substring $$ \begin{align*} -\sum_{1\leq r\leq n}\sum_{1\leq l