소스 검색

Add editorconfig

pull/545/head
ltdk 2 년 전
부모
커밋
0a19dc1ec2
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      .editorconfig

+ 10
- 0
.editorconfig 파일 보기

@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.go]
indent_style = tab

불러오는 중...
취소
저장