Revision 9b1d832927fe735511161f7f98e97fa264a43996 authored by Norbert Grunwald on 14 May 2021, 20:08:52 UTC, committed by Dmitri Naumov on 19 May 2021, 15:59:46 UTC
1 parent aad6b3f
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