1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

remove prettier

This commit is contained in:
Kim, Jimin 2023-07-27 11:28:45 +09:00
parent ef1b2260cc
commit 10c21f3fa0
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
9 changed files with 9 additions and 386 deletions

View file

@ -6,7 +6,6 @@
],
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"aaron-bond.better-comments",
"github.copilot",
"eamodio.gitlens",
@ -15,7 +14,7 @@
]
},
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false,
"debug.inlineValues": "on"
}
}