mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
32 lines
710 B
JSON
32 lines
710 B
JSON
{
|
|
"$schema": "https://dprint.dev/schemas/v0.json",
|
|
"projectType": "openSource",
|
|
"incremental": true,
|
|
"lineWidth": 80,
|
|
"indentWidth": 2,
|
|
"typescript": {
|
|
"deno": true
|
|
},
|
|
"markdown": {
|
|
"textWrap": "always"
|
|
},
|
|
"includes": ["**/*.{ts,tsx,js,jsx,json,md}"],
|
|
"excludes": [
|
|
".cargo_home",
|
|
"cli/dts",
|
|
"cli/tests/encoding",
|
|
"cli/tsc/*typescript.js",
|
|
"gh-pages",
|
|
"std/**/testdata",
|
|
"std/**/vendor",
|
|
"std/node_modules",
|
|
"std/hash/_wasm",
|
|
"target",
|
|
"third_party"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.29.0.wasm",
|
|
"https://plugins.dprint.dev/json-0.7.0.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.4.0.wasm"
|
|
]
|
|
}
|