From 07f60804517e34cf97278cfceb0693c99bfd85fb Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 21 Jun 2026 16:58:37 +0200 Subject: [PATCH] chore: exclude README from formatter --- .oxfmtrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index d5342920..f1ad27ef 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -6,7 +6,7 @@ "embeddedLanguageFormatting": "auto", "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", - "ignorePatterns": ["dist/**", "node_modules/**", "static/assets/manifest.json"], + "ignorePatterns": ["dist/**", "node_modules/**", "README.md", "static/assets/manifest.json"], "insertFinalNewline": true, "jsdoc": true, "jsxSingleQuote": false,