Use LF line endings for plist files

The mac tools that read these files are sticklers for LF endings.
This commit is contained in:
Andrew Arnott 2023-02-16 13:02:03 -07:00
Родитель c01126d8e9
Коммит b3a68a9e4a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F33A420C60ED9C6F
1 изменённых файлов: 3 добавлений и 0 удалений

3
.gitattributes поставляемый
Просмотреть файл

@ -7,6 +7,9 @@
*.sh eol=lf
*.ps1 eol=lf
# The macOS codesign tool is extremely picky, and requires LF line endings.
*.plist eol=lf
###############################################################################
# Set default behavior for command prompt diff.
#