Selaa lähdekoodia

Enforce LF line endings

smarticles101 9 vuotta sitten
vanhempi
commit
c712b32488
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10
    0
      .gitattributes

+ 10
- 0
.gitattributes Näytä tiedosto

@@ -0,0 +1,10 @@
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