diff options
author | Brad King <brad.king@kitware.com> | 2022-06-22 12:59:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-03 15:58:30 (GMT) |
commit | eea23d21a32961f23ec2247ef4a96f3639b11cae (patch) | |
tree | f8ba538b60e1fa376d8534c5b9b61e3a4e5cdee2 | |
parent | c974557598645360fbabac71352b083117e3cc17 (diff) | |
download | CMake-eea23d21a32961f23ec2247ef4a96f3639b11cae.zip CMake-eea23d21a32961f23ec2247ef4a96f3639b11cae.tar.gz CMake-eea23d21a32961f23ec2247ef4a96f3639b11cae.tar.bz2 |
Source: Tell Git not to check whitespace in third-party curses form code
-rw-r--r-- | Source/CursesDialog/form/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CursesDialog/form/.gitattributes b/Source/CursesDialog/form/.gitattributes index 12ede74..6dfa627 100644 --- a/Source/CursesDialog/form/.gitattributes +++ b/Source/CursesDialog/form/.gitattributes @@ -1 +1,2 @@ +* -whitespace * -format.clang-format-6.0 |