RenaiApp/.prettierrc.yml

11 lines
163 B
YAML
Raw Normal View History

2019-06-08 00:36:44 +02:00
trailingComma: 'es5'
tabWidth: 2
semi: true
singleQuote: true
arrowParens: always
2019-06-30 02:00:26 +02:00
printWidth: 120
overrides:
- files: '*.svelte'
options:
2019-06-30 01:18:21 +02:00
parser: html