https://gitlab.opengeosys.org/ogs/ogs.git
Revision 043013d33cd67f47a88ea092e7ad56370fd42522 authored by Lars Bilke on 03 February 2023, 14:02:56 UTC, committed by Dmitri Naumov on 08 February 2023, 16:56:00 UTC
1 parent 1798333
Raw File
Tip revision: 043013d33cd67f47a88ea092e7ad56370fd42522 authored by Lars Bilke on 03 February 2023, 14:02:56 UTC
[cmake,cpm] Make fmt available as a regular package.
Tip revision: 043013d
.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