Skip to content
Snippets Groups Projects
Commit 28fb3d66 authored by Oliver Breitwieser's avatar Oliver Breitwieser
Browse files

Sort scalar config parameters alphabetically

In order minimize clashes of changes in clang-format, force their
ordering to be alphabetically.

Change-Id: I284c05b80bc92893f7d8ed120a2edc4636182e6e
parent d8254e15
No related branches found
No related tags found
No related merge requests found
---
Language: Cpp
BasedOnStyle: Mozilla
AccessModifierOffset: -4
AlignAfterOpenBracket: AlwaysBreak
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: Inline
BinPackArguments: true
BinPackParameters: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
BasedOnStyle: Mozilla
BinPackArguments: true
BinPackParameters: false
BreakConstructorInitializers: AfterColon
ColumnLimit: 100
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
Language: Cpp
MaxEmptyLinesToKeep: 2
PenaltyBreakBeforeFirstCallParameter: 1
SpaceAfterCStyleCast: true
SpaceAfterTemplateKeyword: true
Standard: Auto
TabWidth: 4
UseTab: ForIndentation
# Includes are sorted by paragraph, so one can use empty lines to
# enforce other sorting behavior. The following groups and their order
# should however be considered as canon, with alphabetical sorting
......@@ -56,11 +63,4 @@ IncludeCategories:
Priority: 5
- Regex: '.*'
Priority: 4
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
MaxEmptyLinesToKeep: 2
PenaltyBreakBeforeFirstCallParameter: 1
Standard: Auto
TabWidth: 4
UseTab: ForIndentation
...
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment