Skip to content

Commit

Permalink
Scoped configuration to noir
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Dec 11, 2023
1 parent 2fc8746 commit 5b4d40a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@
}
},
"configurationDefaults": {
"editor.defaultFormatter": "noir-lang.vscode-noir",
"editor.formatOnSave": true
"[noir]": {
"editor.defaultFormatter": "noir-lang.vscode-noir",
"editor.formatOnSave": true
}
}
},
"scripts": {
Expand Down

0 comments on commit 5b4d40a

Please sign in to comment.