Revision 035443fff8e074dcd520bfd1ac01dd4703402b02 authored by Norbert Grunwald on 30 June 2021, 11:48:30 UTC, committed by Norbert Grunwald on 13 September 2021, 13:01:21 UTC
1 parent 9739a8d
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