Skip to content

Commit 6437abc

Browse files
author
Luke Lau
committed
Reenable format on save
1 parent 723a36d commit 6437abc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"typescript.tsdk": "./node_modules/typescript/lib",
1212
"editor.tabSize": 2, // we want to use the TS server from our node_modules folder to control its version,
13+
"editor.formatOnSave": true,
1314
"files.associations": {
1415
".prettierrc": "yaml"
1516
}
16-
}
17+
}

0 commit comments

Comments
 (0)