File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,10 @@ AlignConsecutiveDeclarations: None
78
78
AlwaysBreakAfterReturnType : None
79
79
# BraceWrapping: [] # NOTE: For BreakBeforeBraces: Custom
80
80
BreakAfterJavaFieldAnnotations : true
81
- IncludeCategories : # NOTE: order: user includes -> system includes -> standard includes
81
+ IncludeCategories : # NOTE: order: user includes -> system includes -> Qt includes -> standard includes
82
82
- Regex : " <[a-z_]+>"
83
+ Priority : 4
84
+ - Regex : " <Q[a-zA-Z_]+>"
83
85
Priority : 3
84
86
- Regex : " <.+>"
85
87
Priority : 2
@@ -148,7 +150,7 @@ IndentCaseBlocks: false
148
150
IndentExternBlock : NoIndent
149
151
InsertTrailingCommas : Wrapped
150
152
ObjCBreakBeforeNestedBlockParam : false
151
- WhitespaceSensitiveMacros : []
153
+ WhitespaceSensitiveMacros : [Q_OBJECT, Q_PROPERTY ]
152
154
153
155
# clang-format 12
154
156
AttributeMacros : []
You can’t perform that action at this time.
0 commit comments