.vscode/settings.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"powershell.codeFormatting.preset": "Custom", "powershell.codeFormatting.whitespaceBeforeOpenBrace": true, "powershell.codeFormatting.whitespaceBeforeOpenParen": true, "powershell.codeFormatting.whitespaceAroundOperator": true, "powershell.codeFormatting.whitespaceAfterSeparator": true, "powershell.codeFormatting.ignoreOneLineBlock": true, "powershell.codeFormatting.newLineAfterCloseBrace": false, "powershell.codeFormatting.newLineAfterOpenBrace": true, "powershell.codeFormatting.openBraceOnSameLine": true, "powershell.codeFolding.enable": true, "powershell.codeFormatting.alignPropertyValuePairs": false, "powershell.bugReporting.project": "https://github.com/AsBuiltReport/AsBuiltReport.VMware.NSXv/", "editor.tabSize": 4, "editor.insertSpaces": true, "editor.detectIndentation": false, "editor.rulers": [ 115 ] } |