change: disable formatOnType

This commit is contained in:
windingwind 2023-05-04 20:11:30 +08:00
parent ab0157dbe1
commit fe224ba50d

View File

@ -1,7 +1,7 @@
{
"editor.formatOnType": true,
"editor.formatOnType": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
}