diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
| commit | c1e28224aa2e1450031669d9a7e359b63e04687d (patch) | |
| tree | 68f3d8905c763a91f68001d868197effa92adafa /.oxfmtrc.json | |
| download | corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.gz corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.bz2 corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.zip | |
Init
Diffstat (limited to '.oxfmtrc.json')
| -rw-r--r-- | .oxfmtrc.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.oxfmtrc.json b/.oxfmtrc.json new file mode 100644 index 0000000..e480ec8 --- /dev/null +++ b/.oxfmtrc.json | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | { | ||
| 2 | "$schema": "https://cdn.jsdelivr.net/npm/oxfmt@0.57.0/configuration_schema.json", | ||
| 3 | "ignorePatterns": ["submodules", "cache", "site"], | ||
| 4 | "useTabs": true, | ||
| 5 | "endOfLine": "lf", | ||
| 6 | "sortImports": { | ||
| 7 | "newlinesBetween": true, | ||
| 8 | "groups": [ | ||
| 9 | "type-import", | ||
| 10 | ["value-builtin", "value-external"], | ||
| 11 | "type-internal", | ||
| 12 | "value-internal", | ||
| 13 | ["type-parent", "type-sibling", "type-index"], | ||
| 14 | ["value-parent", "value-sibling", "value-index"], | ||
| 15 | "unknown" | ||
| 16 | ], | ||
| 17 | "internalPattern": ["~/", "@/", "$/", "#"] | ||
| 18 | }, | ||
| 19 | "quoteProps": "consistent" | ||
| 20 | } | ||
