This commit is contained in:
2024-07-29 10:43:53 +05:00
parent 1824c30ccd
commit e44eb78e73
+4 -4
View File
@@ -3,8 +3,8 @@
"prettier.prettierPath": "./node_modules/prettier",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true,
"source.sortMembers": true
}
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
"source.sortMembers": "explicit"
}
}