2020-07-14 19:24:17 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://dprint.dev/schemas/v0.json",
|
|
|
|
"projectType": "openSource",
|
2020-07-22 16:29:39 +00:00
|
|
|
"incremental": true,
|
2020-07-14 19:24:17 +00:00
|
|
|
"lineWidth": 80,
|
|
|
|
"indentWidth": 2,
|
|
|
|
"typescript": {
|
|
|
|
"deno": true
|
|
|
|
},
|
|
|
|
"markdown": {
|
|
|
|
"textWrap": "always"
|
|
|
|
},
|
|
|
|
"includes": ["**/*.{ts,tsx,js,jsx,json,md}"],
|
|
|
|
"excludes": [
|
|
|
|
".cargo_home",
|
2020-11-09 19:56:43 +00:00
|
|
|
".git",
|
2020-09-25 14:21:34 +00:00
|
|
|
"cli/dts/lib.d.ts",
|
|
|
|
"cli/dts/lib.dom*",
|
|
|
|
"cli/dts/lib.es*",
|
|
|
|
"cli/dts/lib.scripthost.d.ts",
|
|
|
|
"cli/dts/lib.webworker*.d.ts",
|
|
|
|
"cli/dts/typescript.d.ts",
|
2020-08-03 21:39:48 +00:00
|
|
|
"cli/tests/encoding",
|
2021-01-05 23:10:36 +00:00
|
|
|
"cli/tests/inline_js_source_map*",
|
2021-01-19 17:39:35 +00:00
|
|
|
"cli/tests/badly_formatted.md",
|
2021-02-18 16:31:32 +00:00
|
|
|
"cli/tests/badly_formatted.json",
|
2020-07-22 16:03:46 +00:00
|
|
|
"cli/tsc/*typescript.js",
|
2021-02-02 11:05:46 +00:00
|
|
|
"test_util/std",
|
2021-01-05 11:07:27 +00:00
|
|
|
"test_util/wpt",
|
2020-07-16 19:57:19 +00:00
|
|
|
"gh-pages",
|
2020-07-14 19:24:17 +00:00
|
|
|
"target",
|
2021-01-27 14:06:18 +00:00
|
|
|
"third_party",
|
|
|
|
"tools/wpt/expectation.json",
|
|
|
|
"tools/wpt/manifest.json"
|
2020-07-14 19:24:17 +00:00
|
|
|
],
|
|
|
|
"plugins": [
|
2021-02-21 23:17:31 +00:00
|
|
|
"https://plugins.dprint.dev/typescript-0.40.3.wasm",
|
|
|
|
"https://plugins.dprint.dev/json-0.8.0.wasm",
|
|
|
|
"https://plugins.dprint.dev/markdown-0.5.1.wasm"
|
2020-07-14 19:24:17 +00:00
|
|
|
]
|
|
|
|
}
|