project-client/.prettierrc.yaml

9 lines
128 B
YAML
Raw Normal View History

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