Skip to content

Instantly share code, notes, and snippets.

@rdbartram
Created May 14, 2018 08:18
Show Gist options
  • Save rdbartram/8c1c6b2cea5643a35ff37a73cf7fe68f to your computer and use it in GitHub Desktop.
Save rdbartram/8c1c6b2cea5643a35ff37a73cf7fe68f to your computer and use it in GitHub Desktop.
Generic PowerShell development settings for vscode
{
"files.trimTrailingWhitespace": true,
"powershell.codeFormatting.preset": "OTBS",
"powershell.codeFormatting.alignPropertyValuePairs": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.tabSize": 4,
"[json]": {
"editor.detectIndentation": false,
"editor.tabSize": 2
},
"[jsonc]": {
"editor.detectIndentation": false,
"editor.tabSize": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment