Skip to content

Commit 5bc9c8b

Browse files
committed
godot files are UNIX text files
1 parent abedf90 commit 5bc9c8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
# The above will handle all files NOT found below
99
#
1010

11+
# Godot-specific files
12+
*.tscn text eol=lf merge=union
13+
*.tres text eol=lf merge=union
14+
*.godot text eol=lf
15+
*.gd text eol=lf diff=gdscript
16+
*.gdshader text eol=lf
17+
*.import text eol=lf
18+
1119
# Documents
1220
*.bibtex text diff=bibtex
1321
*.doc diff=astextplain

0 commit comments

Comments
 (0)