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"
136136here means that keys are sorted and indented. You can configure this with
137137the following commandline options:
138138 - ` --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.
140140 - ` --no-ensure-ascii ` preserve unicode characters instead of converting to escape sequences
141141 - ` --no-sort-keys ` - when autofixing, retain the original key ordering (instead of sorting the keys)
142142 - ` --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