nshader icon indicating copy to clipboard operation
nshader copied to clipboard

Please add .gitattributes file with config line ending styles

Open nicolaichuk opened this issue 8 years ago • 3 comments

https://git-scm.com/docs/gitattributes

nicolaichuk avatar Sep 26 '16 20:09 nicolaichuk

Sorry can you clarify what you want me to set? Can you give me an example please?

samizzo avatar Sep 27 '16 00:09 samizzo

read more https://help.github.com/articles/dealing-with-line-endings/

Since this is a completely windows project - need enforces CRLF line endings for all files.

Maybe something like this:

* text eol=crlf

*.pdf binary
*.exe binary

nicolaichuk avatar Sep 27 '16 08:09 nicolaichuk

Ah right! Good idea, thanks, I'll do that soon!

samizzo avatar Sep 27 '16 10:09 samizzo