InvokeAI/.prettierrc.yaml
mauwii 443fcd030f
change printWidth for markdown files to 80
since 80 is the defautl lenght
2022-09-17 02:23:00 +02:00

14 lines
247 B
YAML

endOfLine: lf
tabWidth: 2
useTabs: false
singleQuote: true
quoteProps: as-needed
embeddedLanguageFormatting: auto
overrides:
- files: '*.md'
options:
proseWrap: always
printWidth: 80
parser: markdown
cursorOffset: -1