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:
parent
ee5f69e7d0
commit
39ceec8c68
2 changed files with 8 additions and 2 deletions
|
@ -25,6 +25,12 @@
|
|||
{
|
||||
"files": "*.{svg,html}",
|
||||
"options": { "parser": "html" }
|
||||
},
|
||||
{
|
||||
"files": ["*.code-workspace"],
|
||||
"options": {
|
||||
"parser": "json"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
},
|
||||
"prettier.documentSelectors": ["**/*.svg"],
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"debug.inlineValues": "on",
|
||||
"debug.inlineValues": "on"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue