Revision b2cb3bbce974bb866a6f7bdc805ae13348453648 authored by Thomas Fischer on 16 June 2021, 08:51:45 UTC, committed by Thomas Fischer on 18 June 2021, 09:20:16 UTC
1 parent c1d1287
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