-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change indent spaces from 4 to 2 && changed max-len to 999 due to errors
- Loading branch information
1 parent
d9eaccd
commit f999f2a
Showing
5 changed files
with
311 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
{ | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
}, | ||
"[html]": { | ||
"editor.defaultFormatter": "Vue.volar" | ||
}, | ||
"[vue]": { | ||
"editor.defaultFormatter": "Vue.volar" | ||
}, | ||
"[javascript]": { | ||
"editor.defaultFormatter": "vscode.typescript-language-features" | ||
}, | ||
"[json]": { | ||
"editor.defaultFormatter": "vscode.json-language-features" | ||
}, | ||
"eslint.validate": [ | ||
"vue", | ||
"typescript" | ||
], | ||
"css.lint.unknownAtRules": "ignore", | ||
"jupyter.notebookFileRoot": "${fileDirname}", | ||
"volar.inlayHints.eventArgumentInInlineHandlers": false, | ||
"eslint.format.enable": true, | ||
"eslint.run": "onType" | ||
} | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
}, | ||
"[html]": { | ||
"editor.defaultFormatter": "Vue.volar" | ||
}, | ||
"[vue]": { | ||
"editor.defaultFormatter": "Vue.volar" | ||
}, | ||
"[javascript]": { | ||
"editor.defaultFormatter": "vscode.typescript-language-features" | ||
}, | ||
"[json]": { | ||
"editor.defaultFormatter": "vscode.json-language-features" | ||
}, | ||
"eslint.validate": ["vue", "typescript"], | ||
"css.lint.unknownAtRules": "ignore", | ||
"jupyter.notebookFileRoot": "${fileDirname}", | ||
"volar.inlayHints.eventArgumentInInlineHandlers": false, | ||
"eslint.format.enable": true, | ||
"eslint.run": "onType", | ||
"terminal.integrated.defaultProfile.windows": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.