https://gitlab.opengeosys.org/ogs/ogs.git
Revision 76a30506c1c0435a121abd9c5eee8160df963c15 authored by Thomas Fischer on 02 June 2021, 12:56:03 UTC, committed by Thomas Fischer on 09 June 2021, 12:36:34 UTC
1 parent 4159dc2
Raw File
Tip revision: 76a30506c1c0435a121abd9c5eee8160df963c15 authored by Thomas Fischer on 02 June 2021, 12:56:03 UTC
[PL/U/LocalDataInitializer] Clang format.
Tip revision: 76a3050
.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