Revision 0f177b7ecb8f6f3318894f502c1c8f1bcbddd7d1 authored by Dmitri Naumov on 15 February 2021, 16:25:03 UTC, committed by Dmitri Naumov on 15 February 2021, 16:25:03 UTC
1 parent 1933a1f
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