mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
34 lines
840 B
JSON
34 lines
840 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/.vitepress/dist/**",
|
|
"**/node_modules",
|
|
"**/*-lock.json",
|
|
".github/*",
|
|
"docs/??-??/**",
|
|
"docs/??-???/**",
|
|
"docs/???-??/**",
|
|
"docs/???-???/**",
|
|
"target/"
|
|
],
|
|
"plugins": [
|
|
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.91.6/plugin.wasm",
|
|
"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.6/plugin.wasm",
|
|
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.6.2/plugin.wasm"
|
|
]
|
|
}
|