From a8c85ace6aa050a4de49288fde5b604a119a6043 Mon Sep 17 00:00:00 2001 From: zhaohe <1013909206@qq.com> Date: Thu, 30 Dec 2021 16:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index eca33f6..0ab7bb8 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,21 @@ highlightwords.findNext Next view/item/context 工程管理,可以快速在工程间切换 ``` +## Comment Box + + +推荐配置 +``` + "commentBox.styles": { + "defaultStyle": { + "capitalize": false, + "ignoreInnerIndentation": false, + "ignoreOuterIndentation": false, + "removeEmptyLines": false, + "textAlignment": "center", + "boxWidth": 200, + "fillingToken": "=" + } + }, +``` +