RenaiApp/.prettierrc.yml

19 lines
312 B
YAML
Raw Normal View History

2019-06-08 00:36:44 +02:00
trailingComma: 'es5'
tabWidth: 2
semi: true
singleQuote: true
quoteProps: consistent
arrowParens: always
2019-06-30 02:00:26 +02:00
printWidth: 120
endOfLine: lf
overrides:
- files: '*.svelte'
options:
2019-06-30 01:18:21 +02:00
parser: html
- files: '*.handlebars'
options:
parser: html
2020-03-02 22:48:18 +01:00
- files: '*.drawio'
options:
parser: html