From 51b59d11baa3b4109d0b9211bbdcac397648a16c Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Fri, 1 Apr 2016 20:06:28 -0500 Subject: [PATCH] Update .clang-format to use C++ 11 style. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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