File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
},
86
86
"bashIde.shfmt.binaryNextLine" : {
87
87
"type" : " boolean" ,
88
- "default" : " false" ,
88
+ "default" : false ,
89
89
"description" : " Allow boolean operators (like && and ||) to start a line."
90
90
},
91
91
"bashIde.shfmt.caseIndent" : {
92
92
"type" : " boolean" ,
93
- "default" : " false" ,
93
+ "default" : false ,
94
94
"description" : " Indent patterns in case statements."
95
95
},
96
96
"bashIde.shfmt.funcNextLine" : {
97
97
"type" : " boolean" ,
98
- "default" : " false" ,
98
+ "default" : false ,
99
99
"description" : " Place function opening braces on a separate line."
100
100
},
101
101
"bashIde.shfmt.spaceRedirects" : {
102
102
"type" : " boolean" ,
103
- "default" : " false" ,
103
+ "default" : false ,
104
104
"description" : " Follow redirection operators with a space."
105
105
}
106
106
}
You can’t perform that action at this time.
0 commit comments