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

chore: apply prettier formatting to js-anytype.code-workspace

This commit is contained in:
Kim, Jimin 2023-07-20 11:37:35 +09:00
parent ee5f69e7d0
commit 39ceec8c68
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
2 changed files with 8 additions and 2 deletions

View file

@ -25,6 +25,12 @@
{
"files": "*.{svg,html}",
"options": { "parser": "html" }
},
{
"files": ["*.code-workspace"],
"options": {
"parser": "json"
}
}
]
}

View file

@ -23,6 +23,6 @@
},
"prettier.documentSelectors": ["**/*.svg"],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"debug.inlineValues": "on",
"debug.inlineValues": "on"
}
}
}