mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 05:52:22 -04:00
8 lines
176 B
Text
8 lines
176 B
Text
{
|
|
"trailingComma": "all",
|
|
"printWidth": 88,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"plugins": ["prettier-plugin-svelte"]
|
|
}
|