https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fca22fd91b67c32f6b1e9a797f22e9a8687b2481 authored by Dmitry Yu. Naumov on 20 September 2021, 07:46:46 UTC
Merge branch 'UseLocalInformationForBaseNodeConditions' into 'master'
Tip revision: fca22fd
.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