Skip to content

Commit 443fcd0

Browse files
committed
change printWidth for markdown files to 80
since 80 is the defautl lenght
1 parent fa7fe38 commit 443fcd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.prettierrc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ singleQuote: true
55
quoteProps: as-needed
66
embeddedLanguageFormatting: auto
77
overrides:
8-
- files: "*.md"
8+
- files: '*.md'
99
options:
1010
proseWrap: always
11-
printWidth: 100
11+
printWidth: 80
1212
parser: markdown
1313
cursorOffset: -1

0 commit comments

Comments
 (0)