Files
project-tools/.prettierrc.yml
elabore_bot abfd834d11
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 11m25s
Sync config from odoo-elabore-ci:16.0
2025-09-17 09:21:53 +00:00

9 lines
240 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"