Revision a8826ab15ce86abe7e0434e9bdb05c24c28563eb authored by Dmitri Naumov on 08 October 2021, 21:37:46 UTC, committed by Dmitri Naumov on 08 October 2021, 21:37:46 UTC
1 parent 00c9b6d
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