https://gitlab.opengeosys.org/ogs/ogs.git
Revision 46d180e20dfee7554f7075507f95fcc98162a55a authored by Dmitri Naumov on 02 August 2021, 21:33:44 UTC, committed by Dmitri Naumov on 25 August 2021, 16:30:04 UTC
1 parent 2796937
Raw File
Tip revision: 46d180e20dfee7554f7075507f95fcc98162a55a authored by Dmitri Naumov on 02 August 2021, 21:33:44 UTC
[PL/THM] clang-format
Tip revision: 46d180e
.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