blob: f5aad5c6d143bf4c713996905f968ec1c66beb05 [file] [log] [blame]
// VSCode workspace settings that are shared among all users of this project.
// This only affects subdirectories of this project.
{
// VSCode formats files on save by default. Since Flutter source code is
// hand-formatted, the default settings are changed to prevent inadvertent
// reformatting of code.
"editor.formatOnSave": false,
"editor.formatOnType": false,
"html.format.enable": false,
"githubPullRequests.ignoredPullRequestBranches": [
"master"
]
}