mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 11:15:46 +00:00
Also working on defining tags by slug as an extra parameter, which appears only in Add-NetboxDCIMRearPort currently
11 lines
No EOL
436 B
JSON
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
|
|
} |