https://gitlab.opengeosys.org/ogs/ogs.git
Revision 401324a52686708d782e140f83e4c2f3e5d8fb62 authored by Jörg Buchwald on 04 December 2020, 20:16:42 UTC, committed by Jörg Buchwald on 07 December 2020, 13:06:43 UTC
1 parent 397e51f
Raw File
Tip revision: 401324a52686708d782e140f83e4c2f3e5d8fb62 authored by Jörg Buchwald on 04 December 2020, 20:16:42 UTC
add documentation
Tip revision: 401324a
.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