Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ arrays are on one line if they fit (according to `options.maxLength`).
- arrayMargins: Defaults to `false`. Whether or not to add “margins” around brackets:
- `false`: `{"a": [1]}`
- `true`: `{"a": [ 1 ]}`
- arrayMargins: Defaults to `true`. Whether or not to add “margins” around braces:
- objectMargins: Defaults to `true`. Whether or not to add “margins” around braces:
- `false`: `{"a": [1]}`
- `true`: `{ "a": [1] }`

Expand Down