Skip to content

Commit 29b83d3

Browse files
committed
fix: set save on type to false
1 parent 2607425 commit 29b83d3

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
@@ -8,7 +8,7 @@
88
"formatOnType": {
99
"title": "Format on Type",
1010
"type": "boolean",
11-
"default": true,
11+
"default": false,
1212
"description": "Automatically format code as you type it for supported languages."
1313
}
1414
}

0 commit comments

Comments
 (0)