Revision cded11732c375166a4549a800ebb0911e6dce11b authored by Lars Bilke on 22 April 2021, 13:48:51 UTC, committed by Dmitri Naumov on 09 May 2021, 12:00:27 UTC
Added new argument --xml-patch (-p).
1 parent 86c7436
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