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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user