Update clang-format file.

llvm-svn: 215572
This commit is contained in:
Zachary Turner 2014-08-13 20:08:28 +00:00
parent 3551e311f0
commit f818625103
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@ BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Allman
AlwaysBreakAfterDefinitionReturnType: true
AllowShortFunctionsOnASingleLine: Inline
BreakConstructorInitializersBeforeComma: true