https://gitlab.opengeosys.org/ogs/ogs.git
Revision f211773854621c777e8b74b6ff59cd58555fbf15 authored by Wenqing Wang on 15 December 2015, 12:18:29 UTC, committed by Wenqing Wang on 15 December 2015, 12:20:50 UTC
1 parent 22a6215
Raw File
Tip revision: f211773854621c777e8b74b6ff59cd58555fbf15 authored by Wenqing Wang on 15 December 2015, 12:18:29 UTC
[CHLog] Updated the changlog for v6.0.4
Tip revision: f211773
.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