I'm using Visual Studio 2017 and I'm trying to get my project to work with GitHub. No matter what I do, .cpp file-changes wont show as diff because "Binary files are not shown".
I've tried editing .gitattributes file with *.cpp text without luck. I've checked and the .vcxproj is set to save in UTF-8. I've also tried specifying eol=lf but it seems like nothing works. Please help!