소스 검색

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges 1 년 전
committed by GitHub
부모
커밋
c162dcd932
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      .editorconfig

+ 11
- 0
.editorconfig 파일 보기

@ -0,0 +1,11 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
indent_size = unset # Allow user-defined tab width

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