Revision 9162c2c0f685146e16293ed5b5172b0b17ae1511 authored by Norbert Grunwald on 29 March 2021, 16:19:31 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:50 UTC
1 parent 97ef9e9
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