瀏覽代碼

Enforce LF line endings

smarticles101 9 年之前
父節點
當前提交
c712b32488
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. 10
    0
      .gitattributes

+ 10
- 0
.gitattributes 查看文件

1
+# Autodetect text files
2
+* text=auto
3
+
4
+# Force the following filetypes to have unix eols, so Windows does not break them
5
+*.* text eol=lf
6
+
7
+# Force images/fonts to be handled as binaries
8
+*.jpg binary
9
+*.jpeg binary
10
+*.png binary