From: Ondřej Surý Date: Wed, 18 Apr 2018 22:05:24 +0000 (-0700) Subject: We are going to use uncrustify X-Git-Tag: v9.13.0~51^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0dc3b44dfbfaa3c31d68878ba7aad34c7479769;p=thirdparty%2Fbind9.git We are going to use uncrustify --- diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 3005bd4a91c..00000000000 --- a/.clang-format +++ /dev/null @@ -1,37 +0,0 @@ ---- -BasedOnStyle: LLVM -BreakBeforeBraces: Linux -IndentWidth: 8 -IncludeBlocks: Regroup -IncludeCategories: - - Regex: '^"' - Priority: 5 - - Regex: '^<(dns|ns|irs|isccc|iscfg)/' - Priority: 4 - - Regex: '^' - Priority: 1 -KeepEmptyLinesAtTheStartOfBlocks: false -MaxEmptyLinesToKeep: 1 -PenaltyBreakBeforeFirstCallParameter: 100 -ContinuationIndentWidth: 8 -AlwaysBreakAfterReturnType: TopLevel -Standard: Cpp11 -TabWidth: 8 -UseTab: ForContinuationAndIndentation -ColumnLimit: 80 -IndentCaseLabels: false -AllowShortCaseLabelsOnASingleLine: false -AlignTrailingComments: true -AlignOperands: true -AlignConsecutiveAssignments: true -AlignConsecutiveDeclarations: true -AllowAllParametersOfDeclarationOnNextLine: false -AlwaysBreakAfterDefinitionReturnType: TopLevel -AlignAfterOpenBracket: Align -CommentPragmas: 'Copyright' -BreakBeforeTernaryOperators: false -...