Revision 730335ab8b0751a16c1ea06339c142593a6278f8 authored by Lars Bilke on 26 May 2021, 21:35:35 UTC, committed by Lars Bilke on 27 May 2021, 13:07:17 UTC
1 parent 9d1d560
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