We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ac6eb commit 1e222c9Copy full SHA for 1e222c9
.prettierrc
@@ -3,5 +3,6 @@
3
"semi": true,
4
"printWidth": 80,
5
"singleQuote": true,
6
- "trailingComma": "all"
+ "trailingComma": "all",
7
+ "proseWrap": "always"
8
}
0 commit comments