change printWidth for markdown files to 80

since 80 is the defautl lenght
This commit is contained in:
mauwii 2022-09-16 20:34:34 +02:00
parent fa7fe382b7
commit 443fcd030f
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -5,9 +5,9 @@ singleQuote: true
quoteProps: as-needed quoteProps: as-needed
embeddedLanguageFormatting: auto embeddedLanguageFormatting: auto
overrides: overrides:
- files: "*.md" - files: '*.md'
options: options:
proseWrap: always proseWrap: always
printWidth: 100 printWidth: 80
parser: markdown parser: markdown
cursorOffset: -1 cursorOffset: -1