Skip to content

Commit fcc7e94

Browse files
committed
fix: parameters for double space indent
Fixes: #43
1 parent 8d1b9ca commit fcc7e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Add to `.pre-commit-config.yaml` in your git repo:
8888
rev: 0.2.1 # or other specific tag
8989
hooks:
9090
- id: yamlfmt
91-
args: [--mapping, '2', --sequence, '2', --offset, '0', --colons, --width, '150']
91+
args: [--mapping, '4', --sequence, '4', --offset, '2', --colons, --width, '150']
9292

9393

9494
### Invoke pre-commit

0 commit comments

Comments
 (0)