upd
This commit is contained in:
Vendored
+4
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user