1
0
mirror of https://github.com/desktop/desktop synced 2024-06-30 22:54:41 +00:00
github-desktop/.prettierrc.yml

12 lines
169 B
YAML
Raw Normal View History

singleQuote: true
trailingComma: es5
semi: false
proseWrap: always
endOfLine: auto
arrowParens: avoid
overrides:
2018-07-18 10:42:46 +00:00
- files: '*.scss'
options:
printWidth: 200