Skip to content

Commit b026c37

Browse files
authored
Force textual diff for st files
It should fix #4393
1 parent ae8340f commit b026c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Bash needs lf even on windows/cygwin
22
*.st eol=lf
33
*.sh eol=lf
4+
5+
# st files are always text, even if they contain invalid encoded chars
6+
*.st text diff
7+
48
# GitHub is unable to properly detect Smalltalk code, so help it a bit
59
*.st linguist-language=Smalltalk

0 commit comments

Comments
 (0)