File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 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\n https://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\n https://bashly.dev/usage/settings/#compact_short_flags" ,
Original file line number Diff line number Diff 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 : |-
You can’t perform that action at this time.
0 commit comments