Make clang-format use C++03 syntax

llvm-svn: 300387
This commit is contained in:
Eric Fiselier 2017-04-15 02:45:43 +00:00
parent 426d1379b0
commit 73b76bcf2f
1 changed files with 1 additions and 0 deletions

View File

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