https://gitlab.opengeosys.org/ogs/ogs.git
Revision dad59045e42e012c5b1470b3bbcb9dfae3d557ec authored by Dmitri Naumov on 16 December 2015, 13:35:19 UTC, committed by Dmitri Naumov on 17 December 2015, 11:33:03 UTC
1 parent 4a92246
Raw File
Tip revision: dad59045e42e012c5b1470b3bbcb9dfae3d557ec authored by Dmitri Naumov on 16 December 2015, 13:35:19 UTC
[MeL] Consistent mesh property types; signedness.
Tip revision: dad5904
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        C++11
TabWidth:        4
UseTab:          ForIndentation
back to top