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": "=" + } + }, +``` +