Skip to content

Commit 13acfdb

Browse files
committed
OCPBUGS-65887: Add auto format on save for vscode
1 parent 28f2100 commit 13acfdb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"typescript.tsdk": "./node_modules/typescript/lib",
3+
"editor.formatOnSave": false,
4+
"editor.codeActionsOnSave": {
5+
"source.fixAll.eslint": "explicit",
6+
"source.fixAll.ts": "explicit"
7+
},
38
"search.exclude": {
49
"**/node_modules": true
510
},

0 commit comments

Comments
 (0)