We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7fe38 commit 443fcd0Copy full SHA for 443fcd0
1 file changed
.prettierrc.yaml
@@ -5,9 +5,9 @@ singleQuote: true
5
quoteProps: as-needed
6
embeddedLanguageFormatting: auto
7
overrides:
8
- - files: "*.md"
+ - files: '*.md'
9
options:
10
proseWrap: always
11
- printWidth: 100
+ printWidth: 80
12
parser: markdown
13
cursorOffset: -1
0 commit comments