diff options
author | Brad King <brad.king@kitware.com> | 2019-08-23 14:09:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-08-23 14:09:35 (GMT) |
commit | 2624dd0d46abc2b56110d354fb50a087483385a3 (patch) | |
tree | f1d8958df0f1e1672b852403bac14f8943e9cbb3 | |
parent | 38e8c30b4d8dbbb35f05ca1d5e1f1994f1c0cb9a (diff) | |
parent | 1a6e5ac5cfe338525507f036525e183b24bea3ad (diff) | |
download | CMake-2624dd0d46abc2b56110d354fb50a087483385a3.zip CMake-2624dd0d46abc2b56110d354fb50a087483385a3.tar.gz CMake-2624dd0d46abc2b56110d354fb50a087483385a3.tar.bz2 |
Merge topic 'gitattributes-bash-lf'
1a6e5ac5cf gitattributes: Use LF newlines in '.bash' files
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3720
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3854b73..3da2d60 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 |