add svelte formatting to prettier (using vue parser)

This commit is contained in:
Xymorot 2019-06-18 00:34:54 +02:00
parent 0b5cc6a2cb
commit 0cf5cc0486
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ tabWidth: 2
semi: true
singleQuote: true
printWidth: 80
overrides:
- files: '*.svelte'
options:
parser: vue