NetboxPS/.vscode/settings.json
sheffsix ec1eb869b3 Reformatting using OTBS
Also working on defining tags by slug as an extra parameter, which appears
only in Add-NetboxDCIMRearPort currently
2023-03-15 13:55:41 +00:00

11 lines
No EOL
436 B
JSON

// 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,
"[markdown]": {
"files.trimTrailingWhitespace": false,
},
"powershell.codeFormatting.openBraceOnSameLine": true
}