mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
89dc19214b
* chore: cargo update * chore(fmt): ignore `bn-BD`-tl in dprint * ci(release): downgrade node in `notarize_and_pkgbuild` * refactor(dprint): use generic excludes for translated docs
34 lines
839 B
JSON
34 lines
839 B
JSON
{
|
|
"incremental": true,
|
|
"typescript": {
|
|
"indentWidth": 4
|
|
},
|
|
"json": {},
|
|
"markdown": {
|
|
"lineWidth": 100
|
|
},
|
|
"toml": {},
|
|
"includes": [
|
|
"docs/**/*.{ts,js,cjs,mjs}",
|
|
"**/*.{md,toml,json}"
|
|
],
|
|
"excludes": [
|
|
"CHANGELOG.md",
|
|
"docs/.vuepress/dist/**",
|
|
"**/node_modules",
|
|
"**/*-lock.json",
|
|
".github/*",
|
|
"docs/??-??/**",
|
|
"docs/??-???/**",
|
|
"docs/???-??/**",
|
|
"docs/???-???/**",
|
|
"target/"
|
|
],
|
|
"plugins": [
|
|
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.88.7/plugin.wasm",
|
|
"https://github.com/dprint/dprint-plugin-json/releases/download/0.19.1/plugin.wasm",
|
|
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.16.3/plugin.wasm",
|
|
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
|
|
]
|
|
}
|