From d9405a239a7fcaf54b5615a4c4871f62337891d0 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sat, 17 Jan 2026 16:03:12 +0000 Subject: [PATCH] fix: ignore .claude and fixtures in oxfmt Co-authored-by: Ona --- .oxfmtrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 16e7a47..b205d56 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -8,5 +8,5 @@ "ignoreCase": true, "newlinesBetween": true }, - "ignorePatterns": [] + "ignorePatterns": [".claude", "fixtures"] }