mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore: add Prettier as format tool (#2689)
This commit is contained in:
parent
84919468ba
commit
d3a4d89786
13 changed files with 141 additions and 8 deletions
6
.prettierrc.yml
Normal file
6
.prettierrc.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
overrides:
|
||||
- files:
|
||||
- "**/*.md"
|
||||
options:
|
||||
printWidth: 80
|
||||
proseWrap: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue