https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f30dfdf4e58b76ffea5f0d701c541825ebcc7035 authored by Lars Bilke on 23 June 2021, 06:48:51 UTC
Merge branch 'ctest-coverage-vis' into 'master'
Tip revision: f30dfdf
.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