1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/.prettierrc.yml

9 lines
137 B
YAML
Raw Normal View History

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