浏览代码

Make clang-format use C++03 syntax

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300387 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 8 年之前
父节点
当前提交
dfac40a8fc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .clang-format

+ 1 - 0
.clang-format

@@ -2,6 +2,7 @@ BasedOnStyle: LLVM
 
 ---
 Language: Cpp
+Standard: Cpp03
 
 AlwaysBreakTemplateDeclarations: true
 PointerAlignment: Left