11{
22 "powershell.codeFormatting.preset" : " Custom" ,
3+ "powershell.codeFormatting.useCorrectCasing" : true ,
4+ "powershell.codeFormatting.autoCorrectAliases" : true ,
35 "powershell.codeFormatting.whitespaceBeforeOpenBrace" : true ,
46 "powershell.codeFormatting.whitespaceBeforeOpenParen" : true ,
57 "powershell.codeFormatting.whitespaceAroundOperator" : true ,
68 "powershell.codeFormatting.whitespaceAfterSeparator" : true ,
9+ "powershell.codeFormatting.addWhitespaceAroundPipe" : true ,
710 "powershell.codeFormatting.ignoreOneLineBlock" : true ,
811 "powershell.codeFormatting.newLineAfterCloseBrace" : false ,
912 "powershell.codeFormatting.newLineAfterOpenBrace" : true ,
1013 "powershell.codeFormatting.openBraceOnSameLine" : true ,
14+ "powershell.codeFormatting.alignPropertyValuePairs" : false ,
1115 "powershell.codeFolding.enable" : true ,
12- "powershell.codeFormatting.alignPropertyValuePairs " : false ,
13- "powershell.bugReporting.project " : " https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/ " ,
16+ "powershell.scriptAnalysis.enable " : true ,
17+ "powershell.scriptAnalysis.settingsPath " : " .github/workflows/PSScriptAnalyzerSettings.psd1 " ,
1418 "editor.tabSize" : 4 ,
1519 "editor.insertSpaces" : true ,
1620 "editor.detectIndentation" : false ,
1721 "editor.rulers" : [
1822 115
19- ]
23+ ],
24+ "files.trimTrailingWhitespace" : true
2025}
0 commit comments