Revision 20e1dabed20b8419e759f1c442cce60a5843bed2 authored by Dmitri Naumov on 13 May 2021, 19:32:42 UTC, committed by Dmitri Naumov on 17 May 2021, 12:17:18 UTC
Using (const) access functions in two cases of direct
member access.
1 parent a4cf5c6
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