diff options
author | Brad King <brad.king@kitware.com> | 2022-06-22 12:59:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-22 12:59:40 (GMT) |
commit | eccd0b92b6463f86ca010b6a256a4448bb378549 (patch) | |
tree | 3f7f4082a725ab65c353ac3b8fe20290c64497a3 | |
parent | d94e09ec88c99434941029cde07b6c1e6bd0dde1 (diff) | |
download | CMake-eccd0b92b6463f86ca010b6a256a4448bb378549.zip CMake-eccd0b92b6463f86ca010b6a256a4448bb378549.tar.gz CMake-eccd0b92b6463f86ca010b6a256a4448bb378549.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 |