You've already forked retrowin32
mirror of
https://github.com/encounter/retrowin32.git
synced 2026-03-30 11:35:51 -07:00
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"typescript": {
|
|
"quoteStyle": "preferSingle"
|
|
},
|
|
"json": {},
|
|
"markdown": {
|
|
"textWrap": "always"
|
|
},
|
|
"toml": {},
|
|
"includes": [
|
|
"**/*.{ts,tsx,js,jsx,cjs,mjs,json,md,toml}"
|
|
],
|
|
"excludes": [
|
|
"deploy/*.js",
|
|
"target/**",
|
|
"**/node_modules",
|
|
"**/*-lock.json"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.73.1.wasm",
|
|
"https://plugins.dprint.dev/json-0.15.6.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.14.1.wasm",
|
|
"https://plugins.dprint.dev/toml-0.5.4.wasm"
|
|
]
|
|
}
|