Skip to content

Commit

Permalink
change printWidth for markdown files to 80
Browse files Browse the repository at this point in the history
since 80 is the defautl lenght
  • Loading branch information
mauwii committed Sep 17, 2022
1 parent fa7fe38 commit 443fcd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ singleQuote: true
quoteProps: as-needed
embeddedLanguageFormatting: auto
overrides:
- files: "*.md"
- files: '*.md'
options:
proseWrap: always
printWidth: 100
printWidth: 80
parser: markdown
cursorOffset: -1

0 comments on commit 443fcd0

Please sign in to comment.