소스 검색

end_of_line = lf

zhou-hao 5 년 전
부모
커밋
cf8c9a5363
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .editorconfig

+ 1 - 0
.editorconfig

@@ -2,6 +2,7 @@ root = true
 
 [*]
 charset = utf-8
+end_of_line = lf
 
 [*.java]
 indent_style = space