mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-14 02:12:28 +00:00
10 lines
377 B
JSON
10 lines
377 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,
|
||
|
|
}
|
||
|
|
}
|