Revision 3aa616282b380f949257a2f086017170e352aa99 authored by renchao_lu on 24 June 2021, 18:50:34 UTC, committed by renchao_lu on 27 June 2021, 11:18:32 UTC
1 parent 9baf475
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