mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Ensure that the single header is kept with LFs
This commit is contained in:
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -8,4 +8,8 @@
|
||||
*.hpp text
|
||||
|
||||
# Windows specific files should retain windows line-endings
|
||||
*.sln text eol=crlf
|
||||
*.sln text eol=crlf
|
||||
|
||||
# Keep the single include header with LFs to make sure it is uploaded,
|
||||
# hashed etc with LF
|
||||
single_include/*.hpp eol=lf
|
||||
|
Reference in New Issue
Block a user