https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: abe3022a44d8b3c276903a55178bc0eb299fbfba authored by Dmitry Yu. Naumov on 26 February 2021, 16:14:56 UTC
Merge branch 'ConstexprIf' into 'master'
Tip revision: abe3022
.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