Skip to content

Commit

Permalink
fix: nomalize the line endings (#201)
Browse files Browse the repository at this point in the history
codegen/smithy-dafny-codegen-cli/gradlew.bat
has CRLF line endings.
For some git installs this means
that its line endings will be autoupdated.
  • Loading branch information
seebees authored Mar 23, 2023
1 parent 82efe95 commit e825662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Normalize line endings to LF
* text=auto

0 comments on commit e825662

Please sign in to comment.