We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894facc commit 7584fe6Copy full SHA for 7584fe6
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# 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
11
## 0.9.6
12
13
命令行工具帮助打印更规范
@@ -45,8 +54,11 @@
45
54
## 0.8.0
46
55
47
56
`Resolve` [#20](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/20)
57
48
58
`Resolve` [#17](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/17)
59
49
60
`Resolve` [#16](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/16)
61
50
62
`Resolve` [#15](https://github.com/CppCXY/EmmyLuaCodeStyle/issues/15)
51
63
52
64
主要更新的特性为允许设定单双引号风格,对齐时采用最小对齐,允许移除函数调用的括号
0 commit comments