Revision 4f271c63704bc62f316f483d7ee1c707e37a3794 authored by Norbert Grunwald on 21 January 2021, 22:06:32 UTC, committed by Norbert Grunwald on 26 April 2021, 11:11:52 UTC
1 parent faa6ca3
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