Format .pre-commit-config.yaml

This commit is contained in:
jo 2022-12-15 18:31:12 +01:00
parent 5084b252f1
commit aff5c93fe1
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
1 changed files with 12 additions and 12 deletions

View File

@ -55,15 +55,15 @@ repos:
name: Run prettier with docker
entry: tmknom/prettier:latest -l
language: docker_image
files: "\\.(\
css|less|scss\
|graphql|gql\
|html\
|js|jsx\
|json\
|md|markdown|mdown|mkdn\
|mdx\
|ts|tsx\
|vue\
|yaml|yml\
)$"
files: |
(?x)\.(
css|less|scss
graphql|gql|
html|
js|jsx|ts|tsx|
json|
md|markdown|mdown|mkdn|
mdx|
vue|
yaml|yml
)$