Files
Obosky_Ronghua/front/.vscode/settings.json
2023-10-17 09:15:30 +08:00

13 lines
280 B
JSON

{
"editor.tabSize": 2,
"stylelint.validate": [
"css",
"scss",
"postcss"
],
"editor.codeActionsOnSave":{
"source.fixAll": true
},
"editor.suggest.snippetsPreventQuickSuggestions": false,
"docwriter.style": "Auto-detect"
}