Add PowerShell formatting options

This commit is contained in:
Anthony Rose 2024-08-23 15:34:18 +01:00
parent 1454bb1bdb
commit 93676fd7b9

View file

@ -21,7 +21,13 @@
"json.schemaDownload.enable": false,
"markdown.preferredMdPathExtensionStyle": "includeExtension",
"npm.fetchOnlinePackageInfo": false,
"powershell.codeFormatting.autoCorrectAliases": true,
"powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true,
"powershell.codeFormatting.preset": "OTBS",
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
"powershell.codeFormatting.useConstantStrings": true,
"powershell.codeFormatting.useCorrectCasing": true,
"powershell.codeFormatting.whitespaceBetweenParameters": true,
"powershell.integratedConsole.showOnStartup": false,
"search.quickOpen.includeHistory": false,
"security.workspace.trust.banner": "never",
@ -33,14 +39,13 @@
"terminal.integrated.shellIntegration.history": 0,
"update.mode": "manual",
"update.showReleaseNotes": false,
"window.newWindowDimensions": "maximized",
"window.openFilesInNewWindow": "on",
"window.restoreWindows": "none",
"workbench.editor.untitled.hint": "hidden",
"workbench.colorTheme": "Default Light Modern",
"workbench.enableExperiments": false,
"workbench.localHistory.enabled": false,
"workbench.localHistory.maxFileEntries": 0,
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.startupEditor": "newUntitledFile",
"window.newWindowDimensions": "maximized",
"workbench.colorTheme": "Default Light Modern"
"workbench.startupEditor": "newUntitledFile"
}