소스 검색

chore: fix line endings, enforcing lf in js files

Estevao Soares dos Santos 9 년 전
부모
커밋
413511c731
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      .gitattributes
  2. 0 0
      dist/showdown.js.map

+ 13 - 0
.gitattributes

@@ -1,3 +1,4 @@
+# Exports for git archive
 /test export-ignore
 .editorconfig export-ignore
 .gitattributes export-ignore
@@ -8,3 +9,15 @@
 .travis.yml export-ignore
 bower.json
 Gruntfile.js export-ignore
+
+# Line endings control
+CHANGELOG.md text
+CONTRIBUTING.md text
+CREDITS.md text
+license.txt text
+
+# Force LF on js files
+*.js text eol=lf
+
+# Force binary mode on bin dir
+bin/* binary

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/showdown.js.map


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.