Revision fbc94fdecd6c68f748314d1eefe7c1939f741869 authored by Norbert Grunwald on 19 February 2021, 10:16:25 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:48 UTC
1 parent 3ab1230
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