Revision b2dcb8468324ec8af3c4e32c17f87e689b824062 authored by Dmitri Naumov on 26 April 2021, 14:21:19 UTC, committed by Dmitri Naumov on 26 April 2021, 16:42:20 UTC
Moving finding of the components and the indices out in
separate functions.
1 parent 4ed0206
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