From 5adf005985c36eacb473c97354fbf7e0a378b441 Mon Sep 17 00:00:00 2001 From: greg-ruminski <52507488+greg-ruminski@users.noreply.github.com> Date: Fri, 12 Jul 2019 18:50:49 +0100 Subject: [PATCH] revert "editor.formatOnSave" to "true" Issue #1019 fixed. https://github.com/PowerShell/vscode-powershell/issues/1019 --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e8244717dc834..4206cde612446f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,7 @@ // Configure PSScriptAnalyzer settings { "[powershell]": { - // Disable formating until: https://github.com/PowerShell/vscode-powershell/issues/1019 is fixed - "editor.formatOnSave": false + "editor.formatOnSave": true }, "powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1", "powershell.codeFormatting.preset": "OTBS",