Skip to content

Instantly share code, notes, and snippets.

@eizedev
Last active May 4, 2020 08:53
Show Gist options
  • Save eizedev/8526981e4e6f68464f4b8627a1a0fb8a to your computer and use it in GitHub Desktop.
Save eizedev/8526981e4e6f68464f4b8627a1a0fb8a to your computer and use it in GitHub Desktop.
powershell-template.code-workspace - VSCode Template for working with different styling guidelines for different repositories. Save this file to your desired repository and change the file according to your needs. Finaly open (File - Open Workspace) this VSCode workspace in VSCode..
{
"folders": [{
"path": "."
}],
"settings": {
"powershell.codeFormatting.autoCorrectAliases": true,
"powershell.codeFormatting.openBraceOnSameLine": true,
"powershell.codeFormatting.useCorrectCasing": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment