forked from qt-creator/qt-creator
QmlDesigner: Fix clang format file
The regular expression was case insensitive. Change-Id: Ic44ac8b65428574fb7d0cb8327b8b536b74720d8 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -17,8 +17,9 @@ BreakConstructorInitializers: BeforeComma
|
|||||||
BreakInheritanceList: AfterComma
|
BreakInheritanceList: AfterComma
|
||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^<Q.*'
|
- Regex: 'Q.*'
|
||||||
Priority: 200
|
Priority: 8
|
||||||
|
CaseSensitive: true
|
||||||
IndentPPDirectives: AfterHash
|
IndentPPDirectives: AfterHash
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||||
|
@@ -17,8 +17,9 @@ BreakConstructorInitializers: BeforeComma
|
|||||||
BreakInheritanceList: AfterComma
|
BreakInheritanceList: AfterComma
|
||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^<Q.*'
|
- Regex: 'Q.*'
|
||||||
Priority: 200
|
Priority: 8
|
||||||
|
CaseSensitive: true
|
||||||
IndentPPDirectives: AfterHash
|
IndentPPDirectives: AfterHash
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||||
|
Reference in New Issue
Block a user