RenaiApp/.prettierrc.yml

10 lines
141 B
YAML
Raw Normal View History

2019-06-08 00:36:44 +02:00
trailingComma: 'es5'
tabWidth: 2
semi: true
singleQuote: true
2019-06-08 00:36:44 +02:00
printWidth: 80
overrides:
- files: '*.svelte'
options:
parser: vue