Revision 4bffc13e322de10026b01a2d6d2c8575d256f494 authored by Wenqing Wang on 19 March 2021, 16:26:50 UTC, committed by Dmitry Yu. Naumov on 22 April 2021, 14:01:05 UTC
1 parent 3034c39
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