Revision 104b84e8072b942d6f7fd8418462bd1a5bb3b4b1 authored by Dmitri Naumov on 06 April 2021, 10:48:47 UTC, committed by Dmitri Naumov on 06 April 2021, 19:10:20 UTC
1 parent 85a0ac4
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