mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'rm-clang-format' into 'master'
Remove .clang-format as we are going to use uncrustify anyway See merge request isc-projects/bind9!207
This commit is contained in:
commit
2fc568b2e7
1 changed files with 0 additions and 37 deletions
|
|
@ -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
|
||||
...
|
||||
Loading…
Reference in a new issue