https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 43b7b324028633f74f581a66b756706bab01363f authored by Dmitri Naumov on 27 May 2021, 08:41:16 UTC
[AppL] Add missing include.
Tip revision: 43b7b32
.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