Преглед на файлове

Enforce LF. (#2717)

On Windows with `autocrlf: true`, which is the default, we ended up with modified files.
XhmikosR преди 4 години
родител
ревизия
bb990bddc5
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

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