https://gitlab.opengeosys.org/ogs/ogs.git
Revision f92278a2bbe06bea165e38868d034af3ed2f32b7 authored by rinkk on 08 February 2021, 10:25:57 UTC, committed by rinkk on 09 February 2021, 09:01:42 UTC
1 parent 1271491
Raw File
Tip revision: f92278a2bbe06bea165e38868d034af3ed2f32b7 authored by rinkk on 08 February 2021, 10:25:57 UTC
[tests] added tests for Layers2Grid and AddFaultToVoxelGrid
Tip revision: f92278a
.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