deemix-gui/webui-new/.prettierrc.yml

11 lines
167 B
YAML
Raw Normal View History

2021-07-17 16:15:25 +02:00
---
useTabs: true
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
trailingComma: none
printWidth: 120
arrowParens: avoid
vueIndentScriptAndStyle: false