We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69eeead commit 3310368Copy full SHA for 3310368
.vscode/settings.template.json
@@ -4,10 +4,11 @@
4
// To use the locally built compiler, after 'npm run build':
5
// "typescript.tsdk": "built/local"
6
7
- "[typescript][javascript][yaml]": {
8
- "editor.formatOnSave": true,
9
- "editor.defaultFormatter": "dprint.dprint"
10
- },
+ // Enables dprint formatting on all supported files. Setting this as the
+ // default for all file types is safe as dprint will just ignore any file
+ // it doesn't support or has explicitly excluded in .dprint.jsonc.
+ "editor.defaultFormatter": "dprint.dprint",
11
+ "editor.formatOnSave": true,
12
13
// To ignore commits listed in .git-blame-ignore-revs in GitLens:
14
"gitlens.advanced.blame.customArguments": [
0 commit comments