Replies: 1 comment
-
发discuss等于删帖, 一开始我都没找到,我已经把问题转为issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
有时候我会这么写,但是目前的格式化风格好像不允许这种写法?翻了一圈没找着
会被格式化成
就太长了
还有一些形如
function() a() b() end
的包含两个语句的短行我也不希望被拆开,可以考虑加个选项不拆分这些情况吗?最终需求应该是,允许控制每种语句块(if for while)后换行的条件:always必定换行,smart单条语句不换行,never永不主动换行
@CppCXY (不知道discussion会不会通知 保险at一下)
Beta Was this translation helpful? Give feedback.
All reactions