mapcomplete/.prettierrc.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
233 B
JSON
Raw Normal View History

2022-09-03 18:00:54 +02:00
{
"semi": false,
2023-01-17 18:31:51 +01:00
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"svelteBracketNewLine": false,
"htmlWhitespaceSensitivity": "ignore"
2022-09-03 18:00:54 +02:00
}