Browse Source

🔧 Add `.gitattributes` file to ensure LF endings for `.sh` files (#658)

pull/13907/head
Esteban Maya 1 year ago
committed by GitHub
parent
commit
be82eb585c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .gitattributes

2
.gitattributes

@ -0,0 +1,2 @@
* text=auto
*.sh text eol=lf
Loading…
Cancel
Save