Skip to content

Commit 048e94e

Browse files
committed
hotfix 😭, 多属性换行后缩进空格数忽略了用户配置~~
1 parent d77b789 commit 048e94e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3535
- 自行尝试修复 [issues#1](https://github.com/win7killer/vue-format/issues/1) 中涉及到的 js-beauty 格式化强制换行问题
3636
- 暂时停用 js-beautify.html.wrap_attributes 配置项(有上一条更改决定)
3737
- 增加 break_attr_limit 配置项,当tag的属性数量大于这个值,则该tag所有属性强制换行;-1时强制不换行
38+
39+
### 0.1.1
40+
- hotfix 😭, 所属性换行后缩进空格数忽略了用户配置~~

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-format",
33
"displayName": "vue-format",
44
"description": "A beautify extension for .vue file",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "febean",
77
"engines": {
88
"vscode": "^1.12.0"

0 commit comments

Comments
 (0)