blob: cd04658a234077e58effd48d8abf86f2e35a46f4 (
plain)
1
2
3
4
5
6
7
8
|
# https://help.github.com/articles/dealing-with-line-endings/
# fix windows issue where executing a mounted script
# in vagrant fails due to a '^M' special char at the end of each line
# see https://github.com/pixelated/pixelated-user-agent/issues/600#issuecomment-182306301
install-pixelated.sh text eol=lf
# Automatically normalize line endings for all text-based files
* text=auto
|