summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/mk_core/deps/libevent/.clang-format
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /fluent-bit/lib/monkey/mk_core/deps/libevent/.clang-format
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.46.3.upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/monkey/mk_core/deps/libevent/.clang-format')
-rw-r--r--fluent-bit/lib/monkey/mk_core/deps/libevent/.clang-format63
1 files changed, 0 insertions, 63 deletions
diff --git a/fluent-bit/lib/monkey/mk_core/deps/libevent/.clang-format b/fluent-bit/lib/monkey/mk_core/deps/libevent/.clang-format
deleted file mode 100644
index a9722db28..000000000
--- a/fluent-bit/lib/monkey/mk_core/deps/libevent/.clang-format
+++ /dev/null
@@ -1,63 +0,0 @@
----
-Language: Cpp
-BasedOnStyle: LLVM
-
-AccessModifierOffset: -4
-
-AlignAfterOpenBracket: DontAlign
-AlignEscapedNewlinesLeft: true
-# AlignOperands: true
-AlignTrailingComments: true
-
-AllowAllParametersOfDeclarationOnNextLine: true
-AllowShortBlocksOnASingleLine: false
-AllowShortCaseLabelsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: All
-AllowShortIfStatementsOnASingleLine: false
-AllowShortLoopsOnASingleLine: false
-
-AlwaysBreakAfterDefinitionReturnType: All
-AlwaysBreakBeforeMultilineStrings: false
-AlwaysBreakTemplateDeclarations: false
-
-# BinPackArguments: false
-# BinPackParameters: true
-
-BreakBeforeBinaryOperators: false
-BreakBeforeBraces: Custom
-BraceWrapping: { AfterFunction: true }
-BreakBeforeTernaryOperators: true
-BreakConstructorInitializersBeforeComma: true
-
-ColumnLimit: 80
-
-ContinuationIndentWidth: 4
-
-DerivePointerAlignment: false #XXX
-DisableFormat: false
-ExperimentalAutoDetectBinPacking: false #XXX
-ForEachMacros: [ LIST_FOREACH, SIMPLEQ_FOREACH, CIRCLEQ_FOREACH, TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, HT_FOREACH ]
-
-IndentCaseLabels: false
-IndentFunctionDeclarationAfterType: false
-IndentWidth: 4
-IndentWrappedFunctionNames: false
-
-KeepEmptyLinesAtTheStartOfBlocks: true
-MaxEmptyLinesToKeep: 2
-
-PointerAlignment: Right #XXX
-
-# SpaceAfterCStyleCast: false
-SpaceBeforeAssignmentOperators: true
-SpaceBeforeParens: ControlStatements
-SpaceInEmptyParentheses: false
-SpacesBeforeTrailingComments: 1
-SpacesInAngles: false
-SpacesInCStyleCastParentheses: false
-SpacesInParentheses: false
-Standard: Cpp03
-TabWidth: 4
-UseTab: Always
-SortIncludes: false
-...