https://gitlab.opengeosys.org/ogs/ogs.git
Revision 994724445ff7bb6e2f1678f6536645d9f7c27ce8 authored by Dmitry Yu. Naumov on 18 February 2021, 14:25:04 UTC, committed by Dmitry Yu. Naumov on 18 February 2021, 14:25:04 UTC
Cppcheck uses C++20 standard now.

See merge request ogs/ogs!3451
2 parent s cb34ad5 + 7b40136
Raw File
Tip revision: 994724445ff7bb6e2f1678f6536645d9f7c27ce8 authored by Dmitry Yu. Naumov on 18 February 2021, 14:25:04 UTC
Merge branch 'CppCheckC++20' into 'master'
Tip revision: 9947244
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top