diff --git a/.clang-format b/.clang-format index d6e1b22..d6d46fb 100644 --- a/.clang-format +++ b/.clang-format @@ -30,7 +30,7 @@ PenaltyReturnTypeOnItsOwnLine: 200 PointerBindsToType: true SpacesBeforeTrailingComments: 2 Cpp11BracedListStyle: true -Standard: Auto +Standard: Cpp11 IndentWidth: 2 TabWidth: 8 UseTab: Never