Revision da6f43cb46a335c139b7c1ea010debb5c6bb95f4 authored by Lars Bilke on 28 May 2021, 20:33:14 UTC, committed by Lars Bilke on 28 May 2021, 20:33:14 UTC
1 parent bbe23b3
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