Skip to content

Commit 3eb973b

Browse files
committed
Add .gitattributes
1 parent e975046 commit 3eb973b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)