Revision f649e4211af9b6c43e7b4bcd4dc9fc1eb2420448 authored by Dmitri Naumov on 13 March 2021, 16:28:49 UTC, committed by Dmitri Naumov on 15 March 2021, 12:14:01 UTC
1 parent 1f2f2c9
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