我知道我可以这样做:
https://github.com/alexkaratarakis/gitattributes/blob/master/Unity.gitattributes
# Unity
*.cginc text
*.cs text diff=csharp
*.shader text
但是我可以
*.gd text diff=gdscript
我试着:
谷歌diff=gdscript,但没有出现。https://www.reddit.com/r/godot/comments/k3tk52/godot_and_git_part_8_git_lfs_and_dealing_with/
有许多内置的diff模式,但是"不是一个。不,不要使用"python"。
这是我的Godot .gitattributes当前的样子:
*.gd text eol=lf
*.godot text eol=lf
*.tres text eol=lf
*.tscn text eol=lf
*.cfg text eol=lf
*.import text eol=lf
* text=auto
我使用Windows。没错,这就是戈多的台词结尾。这会省去你的麻烦。