mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
[java formatter] c style comments formatting supported. Note, only single line comments or comments with each line starting with asterisks will be formatted, since by using /* and */ you
This commit is contained in:
@@ -21,7 +21,7 @@ public class Main {
|
||||
}
|
||||
|
||||
public static List<String> testUseName() {
|
||||
/*limit*/
|
||||
/*limit*/
|
||||
List<String> list = new ArrayList<>();
|
||||
long limit = 20;
|
||||
for (String x = ""; ; x = x /* add "a" */ + "a") {
|
||||
|
||||
Reference in New Issue
Block a user