Skip to content

Commit

Permalink
fix: parameters for double space indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed May 26, 2023
1 parent 8d1b9ca commit fcc7e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcc7e94

Please sign in to comment.