mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
- Added more infomration about the pico-key on the home page. - Added config option to change the pin of the pico-fido key. - Improved the UI of Home and Confifuration.
22 lines
312 B
JSON
22 lines
312 B
JSON
{
|
|
"unstable": ["fmt-component"],
|
|
|
|
"fmt": {
|
|
"useTabs": false,
|
|
"indentWidth": 2,
|
|
"lineWidth": 140,
|
|
|
|
"include": ["src"],
|
|
|
|
"exclude": [
|
|
"src/app.html",
|
|
"src/app.css",
|
|
|
|
"src/lib/components/ui",
|
|
"src/lib/utils.ts",
|
|
"src/lib/hooks/is-mobile.svelte.ts"
|
|
]
|
|
}
|
|
}
|
|
|