Revision 1815c7731fa310123ea0f066bc70d2179581e11b authored by Norbert Grunwald on 24 February 2021, 22:22:35 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:49 UTC
1 parent 4919ea0
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