mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Foo {
|
||||
{
|
||||
List list;
|
||||
for (String s: list) {
|
||||
for (String s : list) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user