UNPKG

239 BJSONView Raw
1// Place your settings in this file to overwrite default and user settings.
2{
3 "prettier.singleQuote": true,
4 "prettier.trailingComma": "es5",
5 "prettier.bracketSpacing": false,
6 "[typescript]": {
7 "editor.formatOnSave": true
8 }
9}