Skip to content

Commit 7584fe6

Browse files
committed
发布0.9.7
1 parent 894facc commit 7584fe6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Change Log
2+
## 0.9.7
3+
4+
`IMPL` [#31](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/31)
5+
6+
`IMPL` [#30](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/30)
7+
8+
1. 格式化会移除注释的尾部空白
9+
2. 通过选项`if_branch_comments_after_block_no_indent = true` 允许在else/elseif分支之上的注释不会缩进到语句块内部
10+
211
## 0.9.6
312

413
命令行工具帮助打印更规范
@@ -45,8 +54,11 @@
4554
## 0.8.0
4655

4756
`Resolve` [#20](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/20)
57+
4858
`Resolve` [#17](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/17)
59+
4960
`Resolve` [#16](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/16)
61+
5062
`Resolve` [#15](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/15)
5163

5264
主要更新的特性为允许设定单双引号风格,对齐时采用最小对齐,允许移除函数调用的括号

0 commit comments

Comments
 (0)