From 692a2446794b3eef28eac86ce9a7928360d2ce6e Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 21 Oct 2014 09:56:30 -0500 Subject: [PATCH] Update clang-format to autodetect C++ standard. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ff4c5d91f..72b5e5320 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ --- Language: Cpp BasedOnStyle: LLVM -Standard: Cpp03 +Standard: Auto IndentWidth: 4 TabWidth: 4 UseTab: Never