From 39ceec8c68de9eef05a7b91b5080f37e54f1524f Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 20 Jul 2023 11:37:35 +0900 Subject: [PATCH] chore: apply prettier formatting to js-anytype.code-workspace --- .prettierrc.json | 6 ++++++ js-anytype.code-workspace | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index abf12e82b9..3f148b08a2 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -25,6 +25,12 @@ { "files": "*.{svg,html}", "options": { "parser": "html" } + }, + { + "files": ["*.code-workspace"], + "options": { + "parser": "json" + } } ] } diff --git a/js-anytype.code-workspace b/js-anytype.code-workspace index e91a63f112..4e21de7745 100644 --- a/js-anytype.code-workspace +++ b/js-anytype.code-workspace @@ -23,6 +23,6 @@ }, "prettier.documentSelectors": ["**/*.svg"], "editor.defaultFormatter": "esbenp.prettier-vscode", - "debug.inlineValues": "on", + "debug.inlineValues": "on" } -} \ No newline at end of file +}