Revision ca0df30bd633a0d8155461bf099dc8a48836187d authored by Dmitri Naumov on 13 April 2023, 16:37:06 UTC, committed by Dmitri Naumov on 14 April 2023, 11:05:58 UTC
1 parent 06d3b1b
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