Skip to content

변환 후 자동 인덴트 모듈 추가 필요 #2

@occidere

Description

@occidere

변환 후 자동 인덴트 모듈 추가 필요

  • 변환 직후
try{
for(int i=0;i<=M;i++){
System.out.println("num:"+i);
	}
}
catch(Exception e){
	e.printStackTrace()
}
  • 자동 인덴트 후
try{
    for(int i=0;i<=M;i++) {
        System.out.println("num:"+i);
    }
} catch(Exception e) {
	e.printStackTrace()
}

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions