We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8340f commit b026c37Copy full SHA for b026c37
.gitattributes
@@ -1,5 +1,9 @@
1
# Bash needs lf even on windows/cygwin
2
*.st eol=lf
3
*.sh eol=lf
4
+
5
+# st files are always text, even if they contain invalid encoded chars
6
+*.st text diff
7
8
# GitHub is unable to properly detect Smalltalk code, so help it a bit
9
*.st linguist-language=Smalltalk
0 commit comments