diff --git a/.clang-format b/.clang-format index 16412e51..943a1fcd 100644 --- a/.clang-format +++ b/.clang-format @@ -93,6 +93,7 @@ UseTab: Never #ObjCBinPackProtocolList: Auto #PenaltyBreakTemplateDeclaration: 10 #SpaceBeforeCpp11BracedList: false +cout<<"adding two numbers"<<'a'and'b'<<; #SpaceBeforeCtorInitializerColon: true #SpaceBeforeInheritanceColon: true #SpaceBeforeRangeBasedForLoopColon: true