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-11-04 02:56:18 +01:00
|
|
|
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.93.1/plugin.wasm",
|
2024-10-21 20:59:48 +02:00
|
|
|
"https://github.com/dprint/dprint-plugin-json/releases/download/0.19.4/plugin.wasm",
|
2024-09-02 02:06:34 +02:00
|
|
|
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.17.8/plugin.wasm",
|
2024-10-17 16:03:22 +02:00
|
|
|
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.6.3/plugin.wasm"
|
2022-01-20 09:32:09 +01:00
|
|
|
]
|
|
|
|
}
|