Revision 8a455bb79b09f9e71ddfa87e8da5a5e1a27c7260 authored by Norbert Grunwald on 09 November 2020, 13:13:13 UTC, committed by Norbert Grunwald on 22 April 2021, 14:11:06 UTC
1 parent 9094e58
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