https://gitlab.opengeosys.org/ogs/ogs.git
Revision 68f93c1d6ac3273a21b2f437bb02ee6122b357e9 authored by Wenqing Wang on 11 December 2015, 12:21:47 UTC, committed by Wenqing Wang on 11 December 2015, 12:57:46 UTC
1 parent c648a68
Raw File
Tip revision: 68f93c1d6ac3273a21b2f437bb02ee6122b357e9 authored by Wenqing Wang on 11 December 2015, 12:21:47 UTC
[Math] Some updates according to the comments by Christoph
Tip revision: 68f93c1
.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