https://gitlab.opengeosys.org/ogs/ogs.git
Revision 748f82439bbad41a5698079c356e489889be00a0 authored by Wenqing Wang on 23 February 2021, 09:09:51 UTC, committed by Wenqing Wang on 24 February 2021, 13:43:57 UTC
1 parent 31b8d6b
Raw File
Tip revision: 748f82439bbad41a5698079c356e489889be00a0 authored by Wenqing Wang on 23 February 2021, 09:09:51 UTC
[Test/HM] Updated Tests.make
Tip revision: 748f824
.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