]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
We are going to use uncrustify
authorOndřej Surý <ondrej@sury.org>
Wed, 18 Apr 2018 22:05:24 +0000 (15:05 -0700)
committerOndřej Surý <ondrej@sury.org>
Wed, 18 Apr 2018 22:05:24 +0000 (15:05 -0700)
.clang-format [deleted file]

diff --git a/.clang-format b/.clang-format
deleted file mode 100644 (file)
index 3005bd4..0000000
+++ /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:     '^<isc/'
-    Priority:  3
-  - Regex:     '.*'
-    Priority:  2
-  - Regex:     '^<config.h>'
-    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
-...