Browse Source

Enforce LF. (#2717)

On Windows with `autocrlf: true`, which is the default, we ended up with modified files.
XhmikosR 4 years ago
parent
commit
bb990bddc5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

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