Revision 3220991eadecab0b1ab062a91e547d71e7350ef4 authored by Dmitri Naumov on 27 March 2023, 16:02:43 UTC, committed by Dmitri Naumov on 28 March 2023, 20:57:06 UTC
Replace assertion; If collection is empty, the condition is fulfilled.
1 parent 56a047a
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