[IMP] add action to deploy config on all Elabore's Odoo addons repos
Some checks failed
Sync Config to All Odoo Repositories / sync (push) Has been cancelled

This commit is contained in:
Stéphan Sainléger
2025-09-15 18:46:41 +02:00
parent 20f28b9fd5
commit 954e119083
9 changed files with 126 additions and 0 deletions

8
config/.prettierrc.yml Normal file
View File

@@ -0,0 +1,8 @@
# 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"