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

8 lines
123 B
YAML
Raw Normal View History

2024-08-07 03:04:57 +02:00
arrowParens: "avoid"
2023-07-18 23:54:35 +02:00
semi: false
overrides:
2024-08-07 03:04:57 +02:00
- files: "*.md"
2023-07-18 23:54:35 +02:00
options:
printWidth: 9999
2024-08-07 03:04:57 +02:00
proseWrap: "never"