Use LF for codegen'd files to avoid them showing edited on build

This commit is contained in:
Andrew Coates (REDMOND) 2020-04-24 21:11:48 -07:00
Родитель a968e0b74f
Коммит 6a7cf4f51e
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -9,6 +9,9 @@
*.h text eol=crlf
*.hpp text eol=crlf
# Spec Codegen uses LF
*Spec.g.h eol=lf
# Force Visual Studio project files (mostly XML) to CRLF
# This helps avoid conflict which occurs when Xmarian/Mac contributors with AutoCRLF=input (or off)
# check in these files as CRLFs, and then Windows contributors with AutoCRLF=true end up checking then