Files
odoo-elabore-ci/config/.prettierrc.yml
Stéphan Sainléger 1f2981f8d4
All checks were successful
Sync Config to All Odoo Repositories / sync (push) Successful in 15s
[IMP] add action to deploy config on all Elabore's Odoo addons repos
2025-09-17 09:53:36 +02: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"