Revision 47c3824f6c23f658b1f1bc227791082514f7d9f9 authored by Lars Bilke on 18 February 2021, 10:04:01 UTC, committed by Lars Bilke on 19 February 2021, 07:13:01 UTC
1 parent b39d6c5
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