diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-04-20 16:53:33 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2017-04-20 16:53:33 (GMT) |
commit | e832c32ca821b04c8bfca80c5c07adca470ef000 (patch) | |
tree | 982101345ce418f0f52d15f23e0121d9828e0631 /Source/kwsys | |
parent | b4d3cdc8c504ddc5d2618203a831c950f8d0102a (diff) | |
download | CMake-e832c32ca821b04c8bfca80c5c07adca470ef000.zip CMake-e832c32ca821b04c8bfca80c5c07adca470ef000.tar.gz CMake-e832c32ca821b04c8bfca80c5c07adca470ef000.tar.bz2 |
kwsys: remove extra attribute
This is set in `Source/.gitattributes` already and does not need to be
set inside of the import.
Diffstat (limited to 'Source/kwsys')
-rw-r--r-- | Source/kwsys/.gitattributes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/kwsys/.gitattributes b/Source/kwsys/.gitattributes index 3583f39..9e9c535 100644 --- a/Source/kwsys/.gitattributes +++ b/Source/kwsys/.gitattributes @@ -11,5 +11,3 @@ *.cmake whitespace=tab-in-indent *.rst whitespace=tab-in-indent conflict-marker-size=79 *.txt whitespace=tab-in-indent - -* -format.clang-format |