Skip to content

Commit 011951a

Browse files
committed
chore: set editor.formatOnSave to false
1 parent 78477eb commit 011951a

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
@@ -9,5 +9,6 @@
99
"flow.useNPMPackagedFlow": true,
1010
"javascript.validate.enable": false,
1111
"jest.pathToJest": "yarn jest --",
12-
"prettier.eslintIntegration": true
12+
"prettier.eslintIntegration": true,
13+
"editor.formatOnSave": false
1314
}

0 commit comments

Comments
 (0)