1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
examples/.prettierrc.yml

9 lines
137 B
YAML
Raw Normal View History

2023-07-18 22:54:35 +01:00
singleQuote: true
arrowParens: avoid
semi: false
overrides:
- files: '*.md'
options:
printWidth: 9999
proseWrap: never