Revision 0afce78d759a78573c505f729f9d98437a08da00 authored by Dmitri Naumov on 02 August 2021, 21:33:44 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:56 UTC
1 parent cf7936a
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