Revision 5170b9042a311d18b442c05f5a05ca1b0c458846 authored by Lars Bilke on 22 July 2021, 08:13:43 UTC, committed by Lars Bilke on 23 July 2021, 07:14:05 UTC
1 parent 1209233
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