Revision 51806bc53227ecbdd63cbcce0a90d8c33f44c326 authored by Dmitry Yu. Naumov on 02 June 2021, 12:23:16 UTC, committed by Dmitry Yu. Naumov on 02 June 2021, 12:23:16 UTC
1 parent f2576d9
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