2022-01-20 09:32:09 +01:00
|
|
|
{
|
|
|
|
"incremental": true,
|
2022-05-07 02:47:30 +02:00
|
|
|
"typescript": {
|
|
|
|
"indentWidth": 4
|
|
|
|
},
|
2022-01-20 09:32:09 +01:00
|
|
|
"json": {},
|
|
|
|
"markdown": {
|
|
|
|
"lineWidth": 100
|
|
|
|
},
|
|
|
|
"toml": {},
|
|
|
|
"includes": [
|
|
|
|
"docs/**/*.{ts,js,cjs,mjs}",
|
|
|
|
"**/*.{md,toml,json}"
|
|
|
|
],
|
|
|
|
"excludes": [
|
2022-04-15 23:34:27 +02:00
|
|
|
"CHANGELOG.md",
|
2024-03-24 08:03:55 +01:00
|
|
|
"docs/.vitepress/dist/**",
|
2022-01-20 09:32:09 +01:00
|
|
|
"**/node_modules",
|
|
|
|
"**/*-lock.json",
|
|
|
|
".github/*",
|
2023-12-30 17:28:50 +01:00
|
|
|
"docs/??-??/**",
|
|
|
|
"docs/??-???/**",
|
|
|
|
"docs/???-??/**",
|
|
|
|
"docs/???-???/**",
|
2022-01-20 09:32:09 +01:00
|
|
|
"target/"
|
|
|
|
],
|
|
|
|
"plugins": [
|
2024-07-22 03:39:29 +02:00
|
|
|
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.91.4/plugin.wasm",
|
2024-06-03 04:04:58 +02:00
|
|
|
"https://github.com/dprint/dprint-plugin-json/releases/download/0.19.3/plugin.wasm",
|
|
|
|
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.17.1/plugin.wasm",
|
|
|
|
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.6.2/plugin.wasm"
|
2022-01-20 09:32:09 +01:00
|
|
|
]
|
|
|
|
}
|