aves_mio18/.flutter/.vscode/settings.json
2026-04-14 09:53:02 +02:00

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
}