2021-07-23 16:24:34 -04:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
|
{
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
|
"powershell.scriptAnalysis.settingsPath": ".vscode/PSScriptAnalyzerSettings.psd1",
|
|
|
|
|
"powershell.codeFormatting.newLineAfterCloseBrace": false,
|
2023-03-17 15:49:01 -04:00
|
|
|
"powershell.codeFormatting.useCorrectCasing": true,
|
|
|
|
|
"powershell.codeFormatting.preset": "OTBS",
|
|
|
|
|
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
|
|
|
|
|
"powershell.codeFormatting.autoCorrectAliases": true,
|
|
|
|
|
"powershell.codeFormatting.newLineAfterCloseBrace": true,
|
|
|
|
|
"powershell.codeFormatting.newLineAfterOpenBrace": true,
|
|
|
|
|
"powershell.codeFormatting.openBraceOnSameLine": true,
|
|
|
|
|
"powershell.codeFormatting.whitespaceAfterSeparator": true,
|
|
|
|
|
"powershell.codeFormatting.whitespaceAroundOperator": true,
|
|
|
|
|
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
|
|
|
|
|
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
|
|
|
|
|
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
|
2021-07-23 16:24:34 -04:00
|
|
|
"[markdown]": {
|
|
|
|
|
"files.trimTrailingWhitespace": false,
|
2023-03-17 15:49:01 -04:00
|
|
|
}
|
2021-07-23 16:24:34 -04:00
|
|
|
}
|