blob: 6613273525af2dd843726531eae80e7d75361f9d [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
}