Skip to content

Commit

Permalink
Sen 09 Okt 2023 08:57:18 WIB
Browse files Browse the repository at this point in the history
  • Loading branch information
nsetyo committed Oct 9, 2023
1 parent e29c610 commit f615110
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"html.format.indentHandlebars": true,
"keyboard.dispatch": "keyCode",
"npm.fetchOnlinePackageInfo": false,
"settingsSync.ignoredExtensions": [],
"settingsSync.ignoredSettings": ["dev.containers.dockerPath"],
"telemetry.telemetryLevel": "off",
"terminal.integrated.scrollback": 5000,
Expand Down Expand Up @@ -110,7 +111,13 @@
"[x]"
],
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
}

0 comments on commit f615110

Please sign in to comment.