resent-1.8/.prettierrc.yml

9 lines
163 B
YAML
Raw Normal View History

2023-01-14 07:56:36 -08:00
# Prettier configuration
overrides:
- files:
- "*.java"
options:
printWidth: 400
tabWidth: 4
useTabs: false
trailingComma: none