mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
22 lines
No EOL
1.1 KiB
JSON
22 lines
No EOL
1.1 KiB
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,
|
|
"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,
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false,
|
|
}
|
|
} |