注释符号后插入Eclipse单行注释缩进

时间:2018-02-22 07:42:18

标签: eclipse formatting comments auto-indent

这是我使用单行和块注释后的结果。块一可以正常工作,但在单行上,缩进是在//之后插入的:

    public static void checkN() {
//      int n;

        /*for (int i = 0; i < 10; i++) {
            n = getVal();
            assert n > 0: "n is negative";
            System.out.println("n: " + n);
        }*/
    }

但是,格式设置上的示例没有这个问题:

enter image description here

Eclipse版本是 Spring Tool Suite STS )。我不确定这是否是任何Spring框架插件的问题。

0 个答案:

没有答案