Revision 6fb5933dcce562971826a6213f179b207955b049 authored by Tobias Meisel on 20 July 2021, 13:15:08 UTC, committed by Tobias Meisel on 20 July 2021, 14:00:21 UTC
1 parent cf28489
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