https://gitlab.opengeosys.org/ogs/ogs.git
Revision fece418f517d899f8a730d27e5308001d6bc326c authored by Thomas Fischer on 09 December 2015, 08:36:02 UTC, committed by Thomas Fischer on 14 December 2015, 09:50:03 UTC
1 parent 2e9068f
Raw File
Tip revision: fece418f517d899f8a730d27e5308001d6bc326c authored by Thomas Fischer on 09 December 2015, 08:36:02 UTC
[MeL/Elements] TemplateElement: Preparations for removing the element value.
Tip revision: fece418
.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