From ac3b4774f137548ea08de5df5a098e50a45d5f1a Mon Sep 17 00:00:00 2001 From: postyizhan <185839426@qq.com> Date: Sat, 18 May 2024 05:46:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E8=A1=8C=E7=BB=93=E5=B0=BE=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/扩展阅读/编写规范/空格.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/扩展阅读/编写规范/空格.md b/docs/扩展阅读/编写规范/空格.md index b658395594..f53ca4b8dd 100644 --- a/docs/扩展阅读/编写规范/空格.md +++ b/docs/扩展阅读/编写规范/空格.md @@ -29,6 +29,23 @@ **测试文本** ,这是测试。 ``` +## 每行结尾不要空格 + +正确: +``` +怎样解决苦难? +只要活着,我们每一个人,都会面临苦难。 +``` + +错误: + +``` +怎样解决苦难? +只要活着,我们每一个人,都会面临苦难。 +``` + +可以在vscode安装 [Trailing Spaces](https://marketplace.visualstudio.com/items?itemName=shardulm94.trailing-spaces&ssr=false#review-details) 插件来高亮空格 + ## 空行 - 不要有多余的空行