powervr-graphics / Native_SDK

C++ cross-platform 3D graphics SDK. Includes demos & helper code (resource loading etc.) to speed up development of Vulkan, OpenGL ES 2.0 & 3.x applications
https://docs.imgtec.com/sdk-documentation/html/introduction.html
MIT License
705 stars 199 forks source link

Add .gitattributes and normalize line endings #30

Closed rcdailey closed 5 years ago

rcdailey commented 5 years ago

Without a .gitattributes file, files committed to a git repository may contain mixed line endings (CRLF vs LF). This is nondeterministic as it depends on user-specific configuration. The .gitattributes file takes precedence over use configuration and forces line ending behavior to be consistent across all platforms and machines.

After setting default line ending behavior, I ran a command to normalize line endings in the repository. This makes everything stored consistently (LF).

rcdailey commented 5 years ago

Declining; this has been open for several months with no developer feedback.