From c1e28224aa2e1450031669d9a7e359b63e04687d Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Jul 2026 19:40:59 +0200 Subject: Init --- .oxfmtrc.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .oxfmtrc.json (limited to '.oxfmtrc.json') diff --git a/.oxfmtrc.json b/.oxfmtrc.json new file mode 100644 index 0000000..e480ec8 --- /dev/null +++ b/.oxfmtrc.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://cdn.jsdelivr.net/npm/oxfmt@0.57.0/configuration_schema.json", + "ignorePatterns": ["submodules", "cache", "site"], + "useTabs": true, + "endOfLine": "lf", + "sortImports": { + "newlinesBetween": true, + "groups": [ + "type-import", + ["value-builtin", "value-external"], + "type-internal", + "value-internal", + ["type-parent", "type-sibling", "type-index"], + ["value-parent", "value-sibling", "value-index"], + "unknown" + ], + "internalPattern": ["~/", "@/", "$/", "#"] + }, + "quoteProps": "consistent" +} -- cgit v1.3.1