Revision ec90b9565bdb2381dbb301e01430aaf1bd19fa8c authored by Wenqing Wang on 10 November 2021, 10:49:12 UTC, committed by Dmitri Naumov on 12 November 2021, 08:26:16 UTC
1 parent c61eb5c
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