소스 검색

add .editorconfig

pull/162/head
cxm 2 년 전
부모
커밋
71968c1932
1개의 변경된 파일30개의 추가작업 그리고 0개의 파일을 삭제
  1. +30
    -0
      .editorconfig

+ 30
- 0
.editorconfig 파일 보기

@@ -0,0 +1,30 @@
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
insert_final_newline = false

[*.json]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

# C coding style based on Linux kernel.
# https://www.kernel.org/doc/html/v5.0/process/coding-style.html

[*.c]
indent_style = tab
indent_size = 8

[*.h]
indent_style = tab
indent_size = 8

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