【DEVELOPMENT ENVIRONMENT】
OS: Windows 10
【QUESTION】
I use utf-8 for default character code at Sourcetree.
Character Code of files I want to diff is sjis.
So diff showed at Sourcetree is corrupted.
I think if Sourcetree read .gitattributes, diff showed at Sourcetree become normal.
Is there a way to read .gitattributes for Sourcetree ?
I wrote these to .gitattributes.
*.jsp diff=sjis
*.java diff=sjis