aves_mio1/.flutter/.vscode/settings.json
FabioMich66 19a982ede6
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-03-05 15:51:30 +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
}