chore: organize imports

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-04 16:27:52 +08:00
parent caa58e9d7d
commit 877732e1e7
212 changed files with 518 additions and 531 deletions

View File

@@ -3,7 +3,8 @@
"[dart]": {
"editor.formatOnType": true
},
// "editor.codeActionsOnSave": {
// "source.fixAll": true,
// }
"editor.codeActionsOnSave": {
"source.organizeImports": true,
// "source.fixAll": true,
}
}