We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bdf3a commit 722b0bbCopy full SHA for 722b0bb
.gitattributes
@@ -0,0 +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