https://gitlab.opengeosys.org/ogs/ogs.git
Revision 8fbb859ad56f56d377ff6eecb4159a76c1d1556f authored by Dmitry Yu. Naumov on 18 August 2023, 15:43:28 UTC, committed by Dmitry Yu. Naumov on 18 August 2023, 15:43:28 UTC
Fmt and spdlog updates, new formatters

See merge request ogs/ogs!4706
2 parent s 4a93036 + 2704e30
Raw File
Tip revision: 8fbb859ad56f56d377ff6eecb4159a76c1d1556f authored by Dmitry Yu. Naumov on 18 August 2023, 15:43:28 UTC
Merge branch 'FmtFormatter' into 'master'
Tip revision: 8fbb859
.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