You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,13 +302,13 @@ tabSize: number
302
302
303
303
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.
304
304
305
-
#### truncateNumberSize
305
+
#### truncateTextSize
306
306
307
307
```ts
308
-
truncateNumberSize: number
308
+
truncateTextSize: number
309
309
```
310
310
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.
0 commit comments