Revision 75dcfa9f80adcca63bcc8ff9a63095a1bc926476 authored by Dmitri Naumov on 23 September 2021, 14:42:34 UTC, committed by Dmitry Yu. Naumov on 30 September 2021, 19:47:14 UTC
Leaving the comments for now for easier check of the derivatives.
1 parent 0f03d92
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