Skip to content

Commit

Permalink
Merge pull request #1 from greg-ruminski/dot-vscode-folder_settings
Browse files Browse the repository at this point in the history
revert "editor.formatOnSave" to "true"
  • Loading branch information
greg-ruminski authored Jul 12, 2019
2 parents 106214c + 5adf005 commit b9a3ff9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b9a3ff9

Please sign in to comment.