chore: add Prettier as format tool (#2689)

This commit is contained in:
Misite Bao 2023-05-30 05:40:54 +08:00 committed by GitHub
commit d3a4d89786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 141 additions and 8 deletions

6
.prettierrc.yml Normal file
View file

@ -0,0 +1,6 @@
overrides:
- files:
- "**/*.md"
options:
printWidth: 80
proseWrap: always