summary refs log tree commit diff
path: root/.clang-format
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-06-23 19:03:52 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-06-23 23:50:38 +0200
commit5a19adee349c0a62b0257ec04e6a442148395b48 (patch)
treea4ab16dc05e8675dc42b76cd40e8378d3eb7d42a /.clang-format
parentMention old appid in metadata (diff)
downloadnheko-5a19adee349c0a62b0257ec04e6a442148395b48.tar.xz
Pin clang-format to version 17 in CI (hopefully temporarily)
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index adb43177..f26fc328 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,6 +1,6 @@
 ---
 Language: Cpp
-Standard: c++17
+Standard: c++20
 AccessModifierOffset: -4
 AlignAfterOpenBracket: Align
 AlignConsecutiveAssignments: true
@@ -15,4 +15,4 @@ Cpp11BracedListStyle: true
 PenaltyReturnTypeOnItsOwnLine: 0
 ---
 BasedOnStyle: WebKit
-Language: ObjC
\ No newline at end of file
+Language: ObjC