9 lines
288 B
JSON
9 lines
288 B
JSON
// 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
|
|
}
|