RenaiApp/.prettierrc.yml

19 lines
312 B
YAML

trailingComma: 'es5'
tabWidth: 2
semi: true
singleQuote: true
quoteProps: consistent
arrowParens: always
printWidth: 120
endOfLine: lf
overrides:
- files: '*.svelte'
options:
parser: html
- files: '*.handlebars'
options:
parser: html
- files: '*.drawio'
options:
parser: html