diff options
author | Brad King <brad.king@kitware.com> | 2019-08-22 15:17:33 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-22 15:17:58 -0400 |
commit | 1a6e5ac5cfe338525507f036525e183b24bea3ad (patch) | |
tree | fe0db5e9630d50c460b92b75cb078c0ff7f7bba5 /.gitattributes | |
parent | 130dbe4a5d49baa4404a399860bd3a6182783ece (diff) | |
download | cmake-1a6e5ac5cfe338525507f036525e183b24bea3ad.tar.gz |
gitattributes: Use LF newlines in '.bash' files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3854b73eb6..3da2d60f54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,7 @@ bootstrap eol=lf configure eol=lf *.[1-9] eol=lf +*.bash eol=lf *.sh eol=lf *.sh.in eol=lf |