Revision 8946ee74883bf382acfa0dcc1ed9c51a0d9ecea8 authored by FZill on 10 May 2021, 12:29:48 UTC, committed by Dmitry Yu. Naumov on 19 May 2021, 07:22:40 UTC
1 parent a3ef513
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