From 8f7b7ca7b3600092f3727413043ac3372ce9195b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 29 Oct 2017 16:52:46 +0000 Subject: [PATCH] Update clang format comment for 4.0.0 --- _clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_clang-format b/_clang-format index b8a4f24c..d892b414 100644 --- a/_clang-format +++ b/_clang-format @@ -3,8 +3,8 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -# Using clang format 3.8 -# http://llvm.org/releases/3.8.0/tools/clang/docs/ClangFormatStyleOptions.html +# Using clang format 4.0 +# http://llvm.org/releases/4.0.0/tools/clang/docs/ClangFormatStyleOptions.html # Becuase you have to start somewhere. BasedOnStyle: LLVM