https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e57ef2744a805e7a6a708b104050af70be304d4f authored by Dmitry Yu. Naumov on 17 April 2023, 07:27:30 UTC
Merge branch 'covariant-view' into 'master'
Tip revision: e57ef27
.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