Revision f3f089377d36f907ce28d769354d24d84ccc2349 authored by Lars Bilke on 26 March 2021, 09:55:49 UTC, committed by Lars Bilke on 26 March 2021, 09:59:12 UTC
1 parent d096d09
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