diff options
author | Brad King <brad.king@kitware.com> | 2023-01-18 17:45:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-18 21:20:02 (GMT) |
commit | 6739d579486b52a76baee238162faa10bd21b38e (patch) | |
tree | 6f875d41585f9da5bea6fca16d8fcc33e7b98e98 /.gitattributes | |
parent | 9ee57226bc37129e3c6a2b5cddc60279a105d4c7 (diff) | |
download | CMake-6739d579486b52a76baee238162faa10bd21b38e.zip CMake-6739d579486b52a76baee238162faa10bd21b38e.tar.gz CMake-6739d579486b52a76baee238162faa10bd21b38e.tar.bz2 |
clang-format.bash: update to clang-format-15
The `.clang-format` configuration needs no changes to make the
version 15 format close to what version 6.0 produced before.
Issue: #24315
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 43ad3b7..96a1166 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ .editorconfig export-ignore # Custom attribute to mark sources as using our C code style. -[attr]our-c-style whitespace=tab-in-indent format.clang-format=6.0 +[attr]our-c-style whitespace=tab-in-indent format.clang-format=15 # Custom attribute to mark sources as generated. # Do not perform whitespace checks. Do not format. |