DscResource.Tests/.vscode/settings.json
{
"powershell.codeFormatting.openBraceOnSameLine": false, "powershell.codeFormatting.newLineAfterOpenBrace": false, "powershell.codeFormatting.newLineAfterCloseBrace": true, "powershell.codeFormatting.whitespaceBeforeOpenBrace": true, "powershell.codeFormatting.whitespaceBeforeOpenParen": true, "powershell.codeFormatting.whitespaceAroundOperator": true, "powershell.codeFormatting.whitespaceAfterSeparator": true, "powershell.codeFormatting.whitespaceInsideBrace": false, "powershell.codeFormatting.ignoreOneLineBlock": false, "powershell.codeFormatting.preset": "Custom", "powershell.scriptAnalysis.settingsPath": ".vscode\\analyzersettings.psd1", "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, } |