Revision 19e6e1c99f82fa55a3c55e7b1bfc55a8da0e9a2a authored by FZill on 21 April 2021, 12:30:11 UTC, committed by FZill on 03 May 2021, 12:26:41 UTC
1 parent fc2ad0a
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