Revision 652a59e1651fb724ae0e2e50fa9e459b254ecf63 authored by Dmitri Naumov on 01 February 2021, 12:28:54 UTC, committed by Dmitri Naumov on 14 February 2021, 16:36:04 UTC
1 parent f7333a8
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