Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 15dfc7b

Browse files
author
Andrei Neculau (anu)
committed
vscode: disable javascript formatter, rely on eslint. see microsoft/TypeScript#18682
1 parent b27fa17 commit 15dfc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo/dot.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
3{
22
"editor.formatOnSave": true,
33
"editor.renderWhitespace": "boundary",
44
"editor.rulers": [
@@ -36,7 +36,7 @@
3636
"html.format.extraLiners": "head, body, /html",
3737
"html.format.wrapAttributes": "auto",
3838

39-
"javascript.format.enable": true,
39+
"javascript.format.enable": false,
4040
"javascript.format.insertSpaceAfterCommaDelimiter": true,
4141
"javascript.format.insertSpaceAfterConstructor": false,
4242
"javascript.format.insertSpaceAfterSemicolonInForStatements": true,

0 commit comments

Comments
 (0)