Procházet zdrojové kódy

Enforce LF line endings

smarticles101 před 9 roky
rodič
revize
c712b32488
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 10
    0
      .gitattributes

+ 10
- 0
.gitattributes Zobrazit soubor

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