fix: formatOnSave not disabled in workspace (#25)

This commit is contained in:
黑黑 2022-07-17 14:35:09 +08:00 committed by GitHub
parent ce46cf50d7
commit f6a45e63f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,6 @@
},
"files.associations": {
"*.css": "postcss"
}
},
"editor.formatOnSave": false
}