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: src/config-schema.js
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,12 @@ const configSchema = {
409
409
minimum: 1,
410
410
description: 'Identifies the length of a line which is used when wrapping text with the `Soft Wrap At Preferred Line Length` setting enabled, in number of characters.'
411
411
},
412
+
maxScreenLineLength: {
413
+
type: 'integer',
414
+
default: 500,
415
+
minimum: 500,
416
+
description: 'Defines the maximum width of the editor window before soft wrapping is enforced, in number of characters.'
0 commit comments