1.

for (int i = 0; i < n; i++) {

}


2.

for (int i = 0; i < n; i++)

{

}


shift alt f 했을 때 1번처럼 정리되면 좋겠는데 방법 있나요

계속 2번처럼 됨