This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
project-client/.prettierrc.yaml

9 lines
128 B
YAML
Raw Permalink 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