Revision fd0e7605e21ba498071e7f1c7b97edd69531182c authored by Thomas Fischer on 13 July 2021, 10:49:47 UTC, committed by Dmitry Yu. Naumov on 30 September 2021, 12:24:00 UTC
1 parent 4443392
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