Revision b76a5e549df337f478e5ad1bf22df2fcd5a2e576 authored by Thomas Fischer on 15 October 2021, 08:05:04 UTC, committed by Dmitri Naumov on 15 October 2021, 20:16:41 UTC
1 parent 2d89680
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