mirror of
https://github.com/PowerShell/PSDscResources
synced 2026-06-21 13:45:29 +00:00
15 lines
714 B
JSON
15 lines
714 B
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.ignoreOneLineBlock": false,
|
|
"powershell.codeFormatting.preset": "Custom",
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"powershell.scriptAnalysis.settingsPath": ".vscode\\analyzersettings.psd1"
|
|
}
|