mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
change printWidth for markdown files to 80
since 80 is the defautl lenght
This commit is contained in:
parent
fa7fe382b7
commit
443fcd030f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user