mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Implement changes from https://github.com/OCA/maintainer-quality-tools/pull/618, https://github.com/OCA/maintainer-quality-tools/pull/628 and https://github.com/OCA/maintainer-quality-tools/pull/630. @Tecnativa TT20357 squash! [IMP] pre-commit update
8 lines
205 B
YAML
8 lines
205 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"
|