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

See merge request ogs/ogs!4706
2 parent s 25782d0 + 7301e67
Raw File
Tip revision: 1ca8a2c19fda857eba8d1d6397b135d4027d86eb authored by Dmitry Yu. Naumov on 15 August 2023, 18:15:57 UTC
Merge branch 'FmtFormatter' into 'master'
Tip revision: 1ca8a2c
.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