From 8a7d8781c0481322929ac9f6b3dd0b006adde8ed Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:20:12 -0400 Subject: [PATCH 1/2] Ignore changelog in oxfmt --- .oxfmtrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 2a39c69..f81b67b 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -1,4 +1,4 @@ { "$schema": "./node_modules/oxfmt/configuration_schema.json", - "ignorePatterns": ["test-scenarios/**", "dist/**", ".github/**", "**/__snapshots__/**"] + "ignorePatterns": ["test-scenarios/**", "dist/**", ".github/**", "**/__snapshots__/**", "CHANGELOG.md"] } From 3b8531c35445f5e72184a8f2d4979daa06fda445 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:21:31 -0400 Subject: [PATCH 2/2] well well well --- .oxfmtrc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index f81b67b..de1285d 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -1,4 +1,10 @@ { "$schema": "./node_modules/oxfmt/configuration_schema.json", - "ignorePatterns": ["test-scenarios/**", "dist/**", ".github/**", "**/__snapshots__/**", "CHANGELOG.md"] + "ignorePatterns": [ + "test-scenarios/**", + "dist/**", + ".github/**", + "**/__snapshots__/**", + "CHANGELOG.md" + ] }