1
0
mirror of https://github.com/desktop/desktop synced 2024-06-28 13:44:30 +00:00
github-desktop/.prettierrc.yml

12 lines
169 B
YAML

singleQuote: true
trailingComma: es5
semi: false
proseWrap: always
endOfLine: auto
arrowParens: avoid
overrides:
- files: '*.scss'
options:
printWidth: 200