mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-09 18:37:02 +00:00
11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
{
|
|
"semi": false,
|
|
"printWidth": 100,
|
|
"bracketSameLine": true,
|
|
"svelteSortOrder": "options-styles-scripts-markup",
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": false,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [{"files": "*.svelte", "options": {"parser": "svelte"}}]
|
|
}
|