Skip to content

Commit e4e5f3c

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents a9082de + 64ce10c commit e4e5f3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@ tabSize: number
302302

303303
When indentation is configured as a tab character (`indentation: '\t'`), `tabSize` configures how large a tab character is rendered. Default value is `4`. Only applicable to `text` mode.
304304

305-
#### truncateNumberSize
305+
#### truncateTextSize
306306

307307
```ts
308-
truncateNumberSize: number
308+
truncateTextSize: number
309309
```
310310

311-
JSON values containing a string with a length greater than `truncateNumberSize` bytes will be truncated in `tree` mode and `table` mode. The text can be expanded by clicking the button "Show more" at the end of the string. The default value is `1000` bytes.
311+
JSON values containing a string with a length greater than `truncateTextSize` bytes will be truncated in `tree` mode and `table` mode. The text can be expanded by clicking the button "Show more" at the end of the string. The default value is `1000` bytes.
312312

313313
#### escapeControlCharacters
314314

0 commit comments

Comments
 (0)