Revision 2cf1bfdc41a9c60730e7258f44764aa6f9b28fb2 authored by Norbert Grunwald on 29 April 2021, 13:04:32 UTC, committed by Dmitri Naumov on 30 April 2021, 20:50:41 UTC
1 parent a6f9515
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