Revision bbea0dda2b6e634b6ab4a4b2e4fe59841d7ac518 authored by joergbuchwald on 20 November 2022, 19:43:42 UTC, committed by joergbuchwald on 06 December 2022, 15:16:58 UTC
1 parent ee54ba5
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