nfu/.prettierrc.yml
2024-05-02 14:34:30 +02:00

10 lines
280 B
YAML

# Defaults for all prettier-supported languages.
# Prettier will complete this with settings from .editorconfig file.
bracketSpacing: false
printWidth: 120
proseWrap: always
semi: true
trailingComma: "es5"
xmlWhitespaceSensitivity: "strict"
tabWidth: 4
xmlSelfClosingSpace: false