project-client/.prettierrc.yaml

9 lines
128 B
YAML
Raw Permalink Normal View History

2023-04-03 03:44:17 +00:00
tabWidth: 4
semi: true
2023-04-09 20:49:50 +00:00
printWidth: 120
2023-04-03 03:44:17 +00:00
trailingComma: none
bracketSpacing: true
arrowParens: avoid
useTabs: false
2023-04-09 04:27:33 +00:00
endOfLine: lf