Procházet zdrojové kódy

Enforce LF. (#2717)

On Windows with `autocrlf: true`, which is the default, we ended up with modified files.
XhmikosR před 4 roky
rodič
revize
bb990bddc5
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+# Enforce Unix newlines
+* text=auto eol=lf