https://gitlab.opengeosys.org/ogs/ogs.git
Revision 7b40136be0bc230d25fb5edeb4825a28cf4befca authored by Dmitri Naumov on 18 February 2021, 12:19:27 UTC, committed by Dmitri Naumov on 18 February 2021, 12:19:27 UTC
1 parent cb34ad5
Raw File
Tip revision: 7b40136be0bc230d25fb5edeb4825a28cf4befca authored by Dmitri Naumov on 18 February 2021, 12:19:27 UTC
Cppcheck uses C++20 standard now.
Tip revision: 7b40136
.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