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 8585 },
8686 "bashIde.shfmt.binaryNextLine" : {
8787 "type" : " boolean" ,
88- "default" : " false" ,
88+ "default" : false ,
8989 "description" : " Allow boolean operators (like && and ||) to start a line."
9090 },
9191 "bashIde.shfmt.caseIndent" : {
9292 "type" : " boolean" ,
93- "default" : " false" ,
93+ "default" : false ,
9494 "description" : " Indent patterns in case statements."
9595 },
9696 "bashIde.shfmt.funcNextLine" : {
9797 "type" : " boolean" ,
98- "default" : " false" ,
98+ "default" : false ,
9999 "description" : " Place function opening braces on a separate line."
100100 },
101101 "bashIde.shfmt.spaceRedirects" : {
102102 "type" : " boolean" ,
103- "default" : " false" ,
103+ "default" : false ,
104104 "description" : " Follow redirection operators with a space."
105105 }
106106 }
You can’t perform that action at this time.
0 commit comments