Sublime-CoolFormat icon indicating copy to clipboard operation
Sublime-CoolFormat copied to clipboard

关于返回enum类型的函数中的switch - case语句不能正确对齐的问题

Open chen32768 opened this issue 9 years ago • 0 comments

一个小问题: 当函数返回enum类型时,格式化后,switch - case语句及且其后所有的大括号均不能正确对齐。 Bug: Functions with enum return value and switch-case statements cannot be formatted correctly.

格式化前的代码: Before formatted:

1

格式化后的代码: After formatted:

2

chen32768 avatar Jan 04 '17 03:01 chen32768