From 963f6e925b81eeef69aebec3e78fa3e78159cb7a 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 d534292..f1ad27e 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,