Revision 6d86cfc420d5e4493b97d15d3628424f26d9f738 authored by Lars Bilke on 11 February 2021, 21:03:47 UTC, committed by Lars Bilke on 15 February 2021, 14:31:40 UTC
1 parent 7af9c73
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