File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Checks that all your JSON files are pretty. "Pretty"
136
136
here means that keys are sorted and indented. You can configure this with
137
137
the following commandline options:
138
138
- ` --autofix ` - automatically format json files
139
- - ` --indent ... ` - Control the indentation (either a number for a number of spaces or a string of whitespace). Defaults to 4 spaces.
139
+ - ` --indent ... ` - Control the indentation (either a number for a number of spaces or a string of whitespace). Defaults to 2 spaces.
140
140
- ` --no-ensure-ascii ` preserve unicode characters instead of converting to escape sequences
141
141
- ` --no-sort-keys ` - when autofixing, retain the original key ordering (instead of sorting the keys)
142
142
- ` --top-keys comma,separated,keys ` - Keys to keep at the top of mappings.
You can’t perform that action at this time.
0 commit comments