Revision a8315a5c29358a42fa022424d60812f8b00d2bc1 authored by Thomas Fischer on 11 May 2021, 09:03:20 UTC, committed by Thomas Fischer on 11 May 2021, 09:03:34 UTC
1 parent 4fc5218
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