Skip to content

Commit

Permalink
Changes to VS Code workspace settings file (dsccommunity#647)
Browse files Browse the repository at this point in the history
- Changes to xSQLServer
  - Changes to VS Code workspace settings file. Removed alignPropertyValuePairs setting since it does not align with the style guideline.
  • Loading branch information
johlju authored Jun 19, 2017
1 parent 6b7b7d1 commit d5c3276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"powershell.codeFormatting.whitespaceAroundOperator": true,
"powershell.codeFormatting.whitespaceAfterSeparator": true,
"powershell.codeFormatting.ignoreOneLineBlock": false,
"powershell.codeFormatting.alignPropertyValuePairs": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
SHIFT+ALT+F, or press F1 and choose 'Format document' in the list. The
PowerShell code will then be formatted according to the Style Guideline
(although maybe not complete, but would help a long way).
- Removed alignPropertyValuePairs setting since it does not align with the style guideline.
- Changes to xSQLServerHelper
- Removed helper function Grant-ServerPerms because the deprecated resource that was using it was removed.
- Removed helper function Grant-CNOPerms because the deprecated resource that was using it was removed.
Expand Down

0 comments on commit d5c3276

Please sign in to comment.