From fcc7e94b59c7c82668edec64ff0e0b3783cc0675 Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Fri, 26 May 2023 19:47:34 +0200 Subject: [PATCH] fix: parameters for double space indent Fixes: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/issues/43 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52aac9b..c0954a1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Add to `.pre-commit-config.yaml` in your git repo: rev: 0.2.1 # or other specific tag hooks: - id: yamlfmt - args: [--mapping, '2', --sequence, '2', --offset, '0', --colons, --width, '150'] + args: [--mapping, '4', --sequence, '4', --offset, '2', --colons, --width, '150'] ### Invoke pre-commit