Add cpp23

This commit is contained in:
Andi Skrgat 2024-02-20 08:22:57 +01:00
parent 47cdca4f6e
commit c66eb5c207
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
BasedOnStyle: Google
---
Language: Cpp
Standard: c++20
UseTab: Never
DerivePointerAlignment: false
PointerAlignment: Right

2
init
View File

@ -120,7 +120,7 @@ fi
# develop on them -> pre-commit hook not required -> we can use latest
# packages.
if [ "${DISTRO}" != "centos-7" ] && [ "$DISTRO" != "debian-10" ] && [ "${DISTRO}" != "ubuntu-18.04" ] && [ "${DISTRO}" != "amzn-2" ]; then
python3 -m pip install pre-commit==3.6.*
python3 -m pip install pre-commit==3.5.*
python3 -m pre_commit install
# Install py format tools for usage during the development.
echo "Install black formatter"