Skip to content

Commit 3e14527

Browse files
committed
update settings schema
1 parent f6d6c7d commit 3e14527

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

schemas/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
132132
"type": "boolean",
133133
"default": false
134134
},
135+
"word_wrap": {
136+
"title": "word wrap",
137+
"description": "Configure the character width used to wrap help and example messages\nhttps://bashly.dev/usage/settings/#word_wrap",
138+
"type": "integer",
139+
"default": 80
140+
},
135141
"compact_short_flags": {
136142
"title": "compact short flags",
137143
"description": "Whether to expand -abc to -a -b -c in the input line\nhttps://bashly.dev/usage/settings/#compact_short_flags",

support/schema/settings.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ properties:
111111
https://bashly.dev/usage/settings/#tab_indent
112112
type: boolean
113113
default: false
114+
word_wrap:
115+
title: word wrap
116+
description: |-
117+
Configure the character width used to wrap help and example messages
118+
https://bashly.dev/usage/settings/#word_wrap
119+
type: integer
120+
default: 80
114121
compact_short_flags:
115122
title: compact short flags
116123
description: |-

0 commit comments

Comments
 (0)