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
130 B
YAML
Raw Normal View History

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