Revision 5d45097410c3a89cf9d24768cbbf6074b19bd1a6 authored by Dmitry Yu. Naumov on 24 March 2023, 09:54:51 UTC, committed by Dmitry Yu. Naumov on 24 March 2023, 09:54:51 UTC
[cmake] Removed boost-mp11 from cpm (is part of Boost itself).

See merge request ogs/ogs!4537
2 parent s 032090c + 08965c2
Raw File
.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