이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Kosmorro
/
lib
의 미러
https://github.com/Kosmorro/lib
보기
1
좋아요
0
포크
0
코드
이슈
릴리즈
16
활동
소스 검색
chore: add editorconfig
tags/v0.10.0
Jérôme Deuchnord
3 년 전
부모
9be8a7493d
커밋
056bbee4f2
1개의 변경된 파일
과
16개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
.editorconfig
+ 16
- 0
.editorconfig
파일 보기
@@ -0,0 +1,16 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
쓰기
미리보기
불러오는 중...
취소
저장