Revision 62ec11f46b8036b632f50d31b6f406e021cee086 authored by Lars Bilke on 22 February 2021, 07:17:37 UTC, committed by Lars Bilke on 22 February 2021, 07:37:18 UTC
1 parent 235d628
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