Revision 08b72baf1ad733a0d32e6f9218ec14944676f90e authored by Lars Bilke on 17 June 2021, 07:45:31 UTC, committed by Lars Bilke on 17 June 2021, 08:04:39 UTC
1 parent 8576730
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