DscResource.Tests/.vscode/settings.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"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, } |