summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-06-17 14:54:13 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-06-17 15:11:59 +0200
commit3820b5b848644d467013ef0a95c21d08a304b7d3 (patch)
tree21d26e0bd5ae546b2cbf5bb0d58f64f3f47d1611 /.clang-format
parenta80aeae081512dbe165e4d46a76bb0499b349ba7 (diff)
downloadjustbuild-3820b5b848644d467013ef0a95c21d08a304b7d3.tar.gz
Use c++20 standard in clang-format
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index c2571773..a1d49bf1 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,5 +1,6 @@
---
Language: Cpp
+Standard: c++20
BasedOnStyle: Google
AccessModifierOffset: -2
AllowAllParametersOfDeclarationOnNextLine: false