Revision 798d19515cd55adab2a54d519afcafdf4d7b820e authored by Dmitri Naumov on 14 February 2021, 10:31:44 UTC, committed by Dmitri Naumov on 14 February 2021, 16:37:24 UTC
1 parent 652a59e
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