We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a6fbb commit f5a853dCopy full SHA for f5a853d
.prettierrc
@@ -1,4 +1,11 @@
1
{
2
"printWidth": 100,
3
- "proseWrap": "never"
+ "overrides": [
4
+ {
5
+ "files": ["*.md"],
6
+ "options": {
7
+ "proseWrap": "never"
8
+ }
9
10
+ ]
11
}
docs/.prettierrc
0 commit comments