Revision c97479daea22a5cfc05ac2e55f1bff2ec54de8bf authored by Dmitri Naumov on 18 May 2021, 18:14:32 UTC, committed by Dmitry Yu. Naumov on 03 June 2021, 16:34:25 UTC
1 parent 81d347e
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