Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 4be2966

Browse files
committed
enable format on save.
1 parent d41f905 commit 4be2966

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.theia/settings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib",
3-
"editor.autoSave": "on",
4-
"[markdown]": {
5-
"editor.wordWrap": "on"
6-
}
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"editor.autoSave": "on",
4+
"[markdown]": {
5+
"editor.wordWrap": "on"
6+
},
7+
"editor.formatOnSave": true
78
}

0 commit comments

Comments
 (0)