Merge pull request #1464 from pietervdvn/prettier-brackets
Prettier: Fix new line setting
This commit is contained in:
commit
147c3db957
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue