mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 15:34:06 +08:00
8 times faster formatting, calls prettier internally for unsupported files waiting on https://github.com/oxc-project/oxc/issues/16637 https://github.com/oxc-project/oxc/issues/16598 https://github.com/oxc-project/oxc/issues/16621 --------- Co-authored-by: Christian Fehmer <cfe@sexy-developer.com>
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json",
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"endOfLine": "lf",
|
|
"trailingComma": "all",
|
|
"ignorePatterns": [
|
|
"node_modules",
|
|
".turbo",
|
|
"dist",
|
|
"build",
|
|
"logs",
|
|
"coverage",
|
|
"*.md"
|
|
]
|
|
}
|