Revision 406820d295610301c4725f8779e4e698927f53b8 authored by Tobias Meisel on 20 July 2021, 13:15:31 UTC, committed by Tobias Meisel on 21 July 2021, 08:01:09 UTC
1 parent 40f5816
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