// VSCode workspace settings that are shared among all users of this project. | |
// This only affects subdirectories of this project. | |
{ | |
"html.format.enable": false, | |
"githubPullRequests.ignoredPullRequestBranches": [ | |
"master" | |
], | |
"files.trimTrailingWhitespace": true | |
} |