Merge pull request #1464 from pietervdvn/prettier-brackets

Prettier: Fix new line setting
This commit is contained in:
Pieter Vander Vennet 2023-06-15 16:12:14 +02:00 committed by GitHub
commit 147c3db957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,6 @@
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"svelteBracketNewLine": false,
"bracketSameLine": false,
"htmlWhitespaceSensitivity": "ignore"
}