Revision a2701165561cb612d93f26ac83955e78ff428213 authored by Christoph Lehmann on 23 September 2021, 11:12:16 UTC, committed by Christoph Lehmann on 23 September 2021, 11:12:39 UTC
1 parent f0da0e5
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