Revision 562633a365b6ac256875f990a88ac908d43500ed authored by Norbert Grunwald on 17 February 2021, 04:47:12 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:48 UTC
1 parent d147d9a
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