project-client/.prettierrc.yaml

9 lines
130 B
YAML
Raw Normal View History

2023-04-03 03:44:17 +00:00
tabWidth: 4
semi: true
printWidth: 120
trailingComma: none
bracketSpacing: true
arrowParens: avoid
useTabs: false
endOfLine: auto