Format files on save (#739)

This commit is contained in:
Bronley Plumb 2022-08-14 06:45:16 -04:00 committed by GitHub
parent f6679cc4f1
commit dc7fdacf17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{
"files.associations": {
"*.ts": "xml"
}
},
"editor.formatOnSave": true
}