소스 검색

Merge pull request #39 from kakotor/develop

增加editorconfig文件,统一设置缩进格式
master
Binary Wang 8 년 전
committed by GitHub
부모
커밋
9a38010830
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      .editorconfig

+ 14
- 0
.editorconfig 파일 보기

@@ -0,0 +1,14 @@
# EditorConfig: http://editorconfig.org/

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

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