이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
server
/
wxJava-final
보기
6
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Merge pull request
#39
from kakotor/develop
增加editorconfig文件,统一设置缩进格式
master
Binary Wang
8 년 전
committed by
GitHub
부모
1d8326e7a1
6d3b065f32
커밋
9a38010830
1개의 변경된 파일
과
14개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
쓰기
미리보기
불러오는 중...
취소
저장