aves_mio/.flutter/.vscode/settings.json
Fabio Micheluz 2c988f959b
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-02-19 13:25:23 +01: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
}