mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add insertSpaceAfterConstructor Formatting Option for TS and JS
Fixes #28206
This commit is contained in:
@@ -174,6 +174,11 @@
|
||||
"default": true,
|
||||
"description": "%format.insertSpaceAfterCommaDelimiter%"
|
||||
},
|
||||
"typescript.format.insertSpaceAfterConstructor": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%format.insertSpaceAfterConstructor%"
|
||||
},
|
||||
"typescript.format.insertSpaceAfterSemicolonInForStatements": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
@@ -249,6 +254,11 @@
|
||||
"default": true,
|
||||
"description": "%format.insertSpaceAfterCommaDelimiter%"
|
||||
},
|
||||
"javascript.format.insertSpaceAfterConstructor": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%format.insertSpaceAfterConstructor%"
|
||||
},
|
||||
"javascript.format.insertSpaceAfterSemicolonInForStatements": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
||||
Reference in New Issue
Block a user