Skip to content

Commit 722b0bb

Browse files
authoredFeb 1, 2023
Create .gitattributes
Show Smalltalk as project language
1 parent d8bdf3a commit 722b0bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.gitattributes

+9
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)
Please sign in to comment.