1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

feat: Add .fish scripts support to Common.gitattributes

This commit is contained in:
sAy 2019-09-28 08:55:09 +08:00 committed by Richie Bendall
parent 1a244a6394
commit 79abafdfba

View File

@ -48,6 +48,7 @@
# Scripts
*.bash text eol=lf
*.fish text eol=lf
*.sh text eol=lf
# These are explicitly windows files and should use crlf
*.bat text eol=crlf