blob: 13b4d0e448c28c6aeff1c0c17f72145d8670c398 [file] [log] [blame]
// 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
}