mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"typescript": {
|
|
"indentWidth": 4
|
|
},
|
|
"json": {
|
|
"indentWidth": 4
|
|
},
|
|
"markdown": {},
|
|
"toml": {},
|
|
"prettier": {
|
|
"trailingComma": "all",
|
|
"printWidth": 88,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"htmlWhitespaceSensitivity": "ignore"
|
|
},
|
|
"includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,md,toml,svelte}"],
|
|
"excludes": [
|
|
".vscode",
|
|
"**/node_modules",
|
|
"out/**",
|
|
"**/*-lock.json",
|
|
"qt/aqt/data/web/js/vendor/*.js",
|
|
"ftl/qt-repo",
|
|
"ftl/core-repo",
|
|
"ftl/usage",
|
|
"licenses.json",
|
|
".dmypy.json",
|
|
"qt/bundle/PyOxidizer",
|
|
"target"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.85.1.wasm",
|
|
"https://plugins.dprint.dev/json-0.17.4.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.15.3.wasm",
|
|
"https://plugins.dprint.dev/toml-0.5.4.wasm",
|
|
"https://plugins.dprint.dev/prettier-0.26.1.json@fdbe31f6aecd24f9d6b924214710a6766050d03146163b4e241e6056b2462f2e"
|
|
]
|
|
}
|