mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
22 lines
547 B
JSON
22 lines
547 B
JSON
{
|
|
"lineWidth": 180,
|
|
"typescript": {
|
|
"quoteProps": "asNeeded",
|
|
"quoteStyle": "preferSingle",
|
|
"binaryExpression.operatorPosition": "sameLine"
|
|
},
|
|
"json": {},
|
|
"markdown": {},
|
|
"includes": [
|
|
"**/*.{ts,tsx,js,jsx,cjs,mjs,json,md}",
|
|
"./*.json",
|
|
"./*.js",
|
|
"packages/*/.*.js"
|
|
],
|
|
"excludes": ["**/node_modules", "**/*-lock.json"],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.84.4.wasm",
|
|
"https://plugins.dprint.dev/json-0.17.2.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.15.2.wasm"
|
|
]
|
|
}
|