We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb63cb3 commit 57e0c4aCopy full SHA for 57e0c4a
vscode-client/package.json
@@ -85,22 +85,22 @@
85
},
86
"bashIde.shfmt.binaryNextLine": {
87
"type": "boolean",
88
- "default": "false",
+ "default": false,
89
"description": "Allow boolean operators (like && and ||) to start a line."
90
91
"bashIde.shfmt.caseIndent": {
92
93
94
"description": "Indent patterns in case statements."
95
96
"bashIde.shfmt.funcNextLine": {
97
98
99
"description": "Place function opening braces on a separate line."
100
101
"bashIde.shfmt.spaceRedirects": {
102
103
104
"description": "Follow redirection operators with a space."
105
}
106
0 commit comments