InvokeAI/.prettierrc.yaml
mauwii eac81bf875
add prettier config
remove markdownlint
move and rename requirements-mkdocs.txt
2022-09-14 06:46:43 +02:00

14 lines
248 B
YAML

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