diff --git a/.clang-format b/.clang-format index 11a44d587c..63ebecbce1 100644 --- a/.clang-format +++ b/.clang-format @@ -19,3 +19,6 @@ BreakBeforeTernaryOperators: false IndentWrappedFunctionNames: true ContinuationIndentWidth: 4 ObjCSpaceBeforeProtocolList: true +--- +Language: Cpp +IncludeBlocks: Regroup