Skip to content

Commit

Permalink
Add .gitattributes files
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Sep 16, 2023
1 parent 11dcca3 commit db3ec6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Bash needs lf even on windows/cygwin
*.st eol=lf
*.sh eol=lf

# st files are always text, even if they contain invalid encoded chars
*.st text diff

# GitHub is unable to properly detect Smalltalk code, so help it a bit
*.st linguist-language=Smalltalk

0 comments on commit db3ec6b

Please sign in to comment.