From 756a08fbbdd018bc2c14be65d229262ad576a9e2 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Fri, 18 Jan 2019 03:45:27 -0500 Subject: [PATCH] switch .clang-format to C++11 --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index dd51247..2a372fc 100644 --- a/.clang-format +++ b/.clang-format @@ -29,8 +29,8 @@ PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerBindsToType: true SpacesBeforeTrailingComments: 1 -Cpp11BracedListStyle: false -Standard: Cpp03 +Cpp11BracedListStyle: true +Standard: Cpp11 IndentWidth: 2 TabWidth: 8 UseTab: Never