Files
event-tools/.prettierrc.yml
2025-09-15 11:43:19 +02:00

8 lines
239 B
YAML

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