diff options
author | Brad King <brad.king@kitware.com> | 2023-01-17 19:23:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-18 16:48:49 (GMT) |
commit | 48639aa8fc3f63ecf01341acc4ac5d6ca7070364 (patch) | |
tree | 2dfe131a092cec9ac8231e65f8ac4db1383493a0 /Tests/CSharpLinkFromCxx | |
parent | 9ce1c870374dc1ab910ed921f41d03df75f254f3 (diff) | |
download | CMake-48639aa8fc3f63ecf01341acc4ac5d6ca7070364.zip CMake-48639aa8fc3f63ecf01341acc4ac5d6ca7070364.tar.gz CMake-48639aa8fc3f63ecf01341acc4ac5d6ca7070364.tar.bz2 |
clang-format.bash: Use generic clang-format attribute
Specify the clang-format version in the attribute value instead of its
name.
Issue: #24315
Diffstat (limited to 'Tests/CSharpLinkFromCxx')
-rw-r--r-- | Tests/CSharpLinkFromCxx/.gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CSharpLinkFromCxx/.gitattributes b/Tests/CSharpLinkFromCxx/.gitattributes index cf9d355..57a39049 100644 --- a/Tests/CSharpLinkFromCxx/.gitattributes +++ b/Tests/CSharpLinkFromCxx/.gitattributes @@ -1 +1 @@ -UsefulManagedCppClass.* -format.clang-format-6.0 +UsefulManagedCppClass.* -format.clang-format |