mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +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:
@@ -11,7 +11,7 @@ public class Test {
|
||||
"d", "1", "e", /* this is also 1*/ "1", "f", "1", "g", "1", // G is important!
|
||||
"h", "1", "i", "1",
|
||||
|
||||
/* Finally J */
|
||||
/* why not putting comment inside the call expression? */"j", "1");
|
||||
/* Finally J */
|
||||
/* why not putting comment inside the call expression? */"j", "1");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user