이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
heuzef
/
lesspass
의 미러
https://github.com/lesspass/lesspass.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
67
위키
활동
소스 검색
add editorconfig
pull/342/head
Guillaume Vincent
7 년 전
부모
8430710bf1
커밋
96e55ef7fd
1개의 변경된 파일
과
17개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
.editorconfig
+ 17
- 0
.editorconfig
파일 보기
@@ -0,0 +1,17 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_size = 4
쓰기
미리보기
불러오는 중...
취소
저장