mirror of
https://github.com/starship/starship
synced 2024-11-02 12:57:23 +00:00
ac62d656e0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
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/ar-SA/**",
|
|
"docs/ckb-IR/**",
|
|
"docs/de-DE/**",
|
|
"docs/es-ES/**",
|
|
"docs/fr-FR/**",
|
|
"docs/id-ID/**",
|
|
"docs/it-IT/**",
|
|
"docs/ja-JP/**",
|
|
"docs/ko-KR/**",
|
|
"docs/nl-NL/**",
|
|
"docs/no-NO/**",
|
|
"docs/pl-PL/**",
|
|
"docs/pt-BR/**",
|
|
"docs/pt-PT/**",
|
|
"docs/ru-RU/**",
|
|
"docs/tr-TR/**",
|
|
"docs/uk-UA/**",
|
|
"docs/vi-VN/**",
|
|
"docs/zh-CN/**",
|
|
"docs/zh-TW/**",
|
|
"target/"
|
|
],
|
|
"plugins": [
|
|
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.88.3/plugin.wasm",
|
|
"https://github.com/dprint/dprint-plugin-json/releases/download/0.19.0/plugin.wasm",
|
|
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.16.2/plugin.wasm",
|
|
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
|
|
]
|
|
}
|