deemixer/webui/.prettierrc.yml
2023-12-21 16:50:58 -05:00

11 lines
167 B
YAML

---
useTabs: true
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
trailingComma: none
printWidth: 120
arrowParens: avoid
vueIndentScriptAndStyle: false