diff --git a/.vscode/settings.json b/.vscode/settings.json index 0fa0d13829..b51f0348c6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,10 @@ { - "editor.formatOnSave": true, + "[javascript]": { + "editor.formatOnSave": true, + }, + "[typescript]": { + "editor.formatOnSave": true, + }, // Please install http://clang.llvm.org/docs/ClangFormat.html in VSCode to take advantage of clang-format "clang-format.executable": "${workspaceRoot}/node_modules/.bin/clang-format", "files.watcherExclude": { @@ -16,4 +21,4 @@ "**/dist": true, }, "git.ignoreLimitWarning": true, -} \ No newline at end of file +}