Browse Source

package/msys: fix wrong .gitattributes option for LF line endings.

Because of this typo, Git on Windows wrongly normalizes the PKGBUILD
files to CRLF line endings.
pull/578/head
lacyyy 4 years ago committed by Vladimír Vondruš
parent
commit
c5781f42fe
  1. 4
      package/msys/.gitattributes

4
package/msys/.gitattributes vendored

@ -1,2 +1,2 @@
magnum/PKGBUILD text eof=lf magnum/PKGBUILD text eol=lf
PKGBUILD text eof=lf PKGBUILD text eol=lf

Loading…
Cancel
Save