summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-18 12:45:07 -0500
committerBrad King <brad.king@kitware.com>2023-01-18 16:20:02 -0500
commit6739d579486b52a76baee238162faa10bd21b38e (patch)
tree6f875d41585f9da5bea6fca16d8fcc33e7b98e98 /.clang-format
parent9ee57226bc37129e3c6a2b5cddc60279a105d4c7 (diff)
downloadcmake-6739d579486b52a76baee238162faa10bd21b38e.tar.gz
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 '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index cba23d6047..813a84d87c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,5 +1,5 @@
---
-# This configuration requires clang-format version 6.0 exactly.
+# This configuration requires clang-format version 15 exactly.
BasedOnStyle: Mozilla
AlignOperands: false
AllowShortFunctionsOnASingleLine: InlineOnly