[IMP] pre-commit update

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
This commit is contained in:
Jairo Llopis
2020-01-24 13:38:07 +00:00
parent 53135aade0
commit 6d971237af
6 changed files with 284 additions and 359 deletions

View File

@@ -7,11 +7,11 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[.eslintrc,*.{json,yml,yaml,rst,md}]
[*.{json,yml,yaml,rst,md}]
indent_size = 2
# Do not configure editor for libs and autogenerated content
[*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst]
[{*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst}]
charset = unset
end_of_line = unset
indent_size = unset