mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* Update amd64 docker container to Debian 11 This bumps the minimum required glibc to 2.29, which is 2019 Ubuntu/Fedora, and 2021 Debian. Also remove the unused download of ninja * Update to latest dprint Unblocked by the glibc upgrade
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"typescript": {
|
|
"indentWidth": 4,
|
|
"useBraces": "always"
|
|
},
|
|
"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,scss}"],
|
|
"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",
|
|
".mypy_cache",
|
|
"extra",
|
|
"ts/.svelte-kit",
|
|
"ts/vite.config.ts.timestamp*"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.91.6.wasm",
|
|
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.17.6.wasm",
|
|
"https://plugins.dprint.dev/toml-0.6.2.wasm",
|
|
"https://plugins.dprint.dev/prettier-0.46.1.json@e5bd083088a8dfc6e5ce2d3c9bee81489b065bd5345ef55b59f5d96627928b7a",
|
|
"https://plugins.dprint.dev/disrupted/css-0.2.3.wasm"
|
|
]
|
|
}
|