在试图从共济会移到Rythm的时候,我得到的效果是Rythm去掉了很多空格。
我知道有“紧凑”、“非压缩”和“逃避”选项,我尝试了其中一些选项,但它们似乎对空格处理没有影响。根据enabled的说法,默认的处理方式是紧凑的。
Rythm似乎删除了我积极尝试插入的空白。
no whitespace here
@nocompact() {
@for (int i=0;i<2;i++) {
please keep the whitespace
}
}
no whitespace here会导致
no whitespace here
please keep the whitespace
please keep the whitespace
no whitespace here有效地将空格更改为单个空格。
如何保持原来的空白设置?
是不起作用的nocompact() bug?
发布于 2015-04-01 10:52:31
我觉得是个虫子。请在https://github.com/greenlaw110/rythm/issues上发帖
https://stackoverflow.com/questions/29376686
复制相似问题