From 7b23d3f4c188f1cbead118c9c3980793e862a5f4 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 28 May 2026 11:24:39 +0200 Subject: [PATCH] feat: add oxfmt configuration --- .oxfmtrc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .oxfmtrc.json diff --git a/.oxfmtrc.json b/.oxfmtrc.json new file mode 100644 index 0000000..55c15df --- /dev/null +++ b/.oxfmtrc.json @@ -0,0 +1,4 @@ +{ + "$schema": "./node_modules/oxfmt/configuration_schema.json", + "ignorePatterns": [] +}