When we trying to use complex completion, idea handling insert with default code style settings
Case
Expected behaviour after completion
void foo() {
for (int i = 0; i < ; i++) {
}
int x = 10;
}
Actual behaviour after completion
void foo() {
for (int i = 0; i < ; i++) {
}
int x = 10;
}