From 7b90d7f8de29c9593bd94d72a07ad948907dc4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Fri, 8 Apr 2022 11:25:11 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9html=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 8 ++++++-- index.html | 34 +++++++++++++++------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 735e4e6..f021e4f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[html]": { - "editor.defaultFormatter": "vscode.html-language-features" + "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" @@ -19,8 +19,12 @@ "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, + "[markdown]": { + "editor.defaultFormatter": "yzhang.markdown-all-in-one" + }, + "eslint.validate": ["javascript", "javascriptreact", "typescript"], "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, - "eslint.validate": ["javascript", "javascriptreact", "typescript"] + "editor.formatOnSave": true } diff --git a/index.html b/index.html index fc87463..b23f3ce 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,18 @@ + + + + + + + + + <%= title %> + - - - - - - - - - - <%= title %> - - - - -
- - - - \ No newline at end of file + +
+ + +