Revision b97bbccc640561793a613718eddf178784a1337c authored by Norbert Grunwald on 26 March 2021, 12:54:03 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:50 UTC
1 parent 593e315
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