Skip to content

Commit cb737e0

Browse files
authored
Create .gitattributes
1 parent 47483cc commit cb737e0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.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)