Assets/vscode/settings.json
{
"powershell.codeFormatting.openBraceOnSameLine": true, "powershell.codeFormatting.newLineAfterOpenBrace": true, "powershell.codeFormatting.newLineAfterCloseBrace": true, "powershell.codeFormatting.whitespaceBeforeOpenBrace": true, "powershell.codeFormatting.whitespaceBeforeOpenParen": true, "powershell.codeFormatting.whitespaceAroundOperator": true, "powershell.codeFormatting.whitespaceAfterSeparator": true, "powershell.codeFormatting.ignoreOneLineBlock": false, "powershell.codeFormatting.preset": "Custom", "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "powershell.scriptAnalysis.settingsPath": ".vscode\\analyzersettings.psd1", "powershell.scriptAnalysis.enable": true, "files.associations": { "*.ps1xml": "xml" }, "cSpell.words": [ "COMPANYNAME", "ICONURI", "LICENSEURI", "PROJECTURI", "RELEASENOTES", "buildhelpers", "gitversion", "pscmdlet" ] } |