summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-08-23 14:09:19 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-08-23 14:09:35 (GMT)
commit2624dd0d46abc2b56110d354fb50a087483385a3 (patch)
treef1d8958df0f1e1672b852403bac14f8943e9cbb3
parent38e8c30b4d8dbbb35f05ca1d5e1f1994f1c0cb9a (diff)
parent1a6e5ac5cfe338525507f036525e183b24bea3ad (diff)
downloadCMake-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--.gitattributes1
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