code-server/.prettierrc.yaml

8 lines
113 B
YAML
Raw Normal View History

2020-02-04 19:27:46 +00:00
printWidth: 120
semi: false
tabWidth: 2
singleQuote: false
trailingComma: es5
useTabs: false
arrowParens: always