Revision 50e201f563058632f9db2551e74142e5114f06e4 authored by Wenqing Wang on 03 March 2023, 17:10:26 UTC, committed by Dmitri Naumov on 14 April 2023, 11:05:58 UTC
1 parent 1dfb8b4
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