Revision 7d3e1e745356cd3f2235c2b40526187c0c486053 authored by Norbert Grunwald on 17 June 2021, 19:04:54 UTC, committed by Dmitri Naumov on 04 July 2021, 12:22:40 UTC
1 parent f44c0e5
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