Revision 3893d3c2ae7c398ac145f28bb742003e6b118989 authored by Thomas Fischer on 22 June 2021, 07:13:52 UTC, committed by Thomas Fischer on 28 June 2021, 06:12:58 UTC
1 parent 00e5f62
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