mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-18 00:10:13 +08:00
10 lines
209 B
JSON
10 lines
209 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[dart]": {
|
|
"editor.formatOnType": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true,
|
|
// "source.fixAll": true,
|
|
}
|
|
} |