mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[dart]": {
|
|
"editor.formatOnType": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit",
|
|
// "source.fixAll": "explicit",
|
|
}
|
|
} |