mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
use prettier for formatOnSave for consistency with ci (#45504)
This commit is contained in:
parent
ec0122929d
commit
9464629701
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -65,5 +65,11 @@
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/target": true
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user