Skip to content

Commit 4f5aa64

Browse files
committed
fix: set format on save to true
1 parent 4299de2 commit 4f5aa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"formatOnSave": {
33
"title": "Format on Save",
44
"type": "boolean",
5-
"default": false,
5+
"default": true,
66
"description": "Automatically format code upon saving for supported languages."
77
},
88
"formatOnType": {

0 commit comments

Comments
 (0)