mirror of
https://github.com/danbulant/oxc
synced 2026-05-23 06:08:47 +00:00
24 lines
508 B
JSON
24 lines
508 B
JSON
{
|
|
"lineWidth": 120,
|
|
"typescript": {
|
|
"quoteStyle": "preferSingle",
|
|
"binaryExpression.operatorPosition": "sameLine"
|
|
},
|
|
"json": {
|
|
"indentWidth": 2
|
|
},
|
|
"excludes": [
|
|
"tasks/coverage/misc",
|
|
"**/tests/**",
|
|
"**/fixtures/**",
|
|
"**/*.snap",
|
|
"**/*.snap.*",
|
|
"**/CHANGELOG.md",
|
|
"~"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.91.8.wasm",
|
|
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.17.8.wasm"
|
|
]
|
|
}
|