17 lines
310 B
YAML
17 lines
310 B
YAML
|
# See: https://prettier.io/docs/en/configuration
|
||
|
|
||
|
printWidth: 80
|
||
|
tabWidth: 2
|
||
|
useTabs: false
|
||
|
semi: true
|
||
|
singleQuote: true
|
||
|
quoteProps: as-needed
|
||
|
jsxSingleQuote: false
|
||
|
trailingComma: es5
|
||
|
bracketSpacing: true
|
||
|
bracketSameLine: true
|
||
|
arrowParens: always
|
||
|
proseWrap: always
|
||
|
htmlWhitespaceSensitivity: css
|
||
|
endOfLine: lf
|