mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
{
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"bracketSameLine": true,
|
|
"plugins": ["prettier-plugin-svelte"]
|
|
}
|