[Lldb-commits] [lldb] r215572 - Update clang-format file.
Zachary Turner
zturner at google.com
Wed Aug 13 13:08:28 PDT 2014
Author: zturner
Date: Wed Aug 13 15:08:28 2014
New Revision: 215572
URL: http://llvm.org/viewvc/llvm-project?rev=215572&view=rev
Log:
Update clang-format file.
Modified:
lldb/trunk/.clang-format
Modified: lldb/trunk/.clang-format
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.clang-format?rev=215572&r1=215571&r2=215572&view=diff
==============================================================================
--- lldb/trunk/.clang-format (original)
+++ lldb/trunk/.clang-format Wed Aug 13 15:08:28 2014
@@ -2,3 +2,6 @@ BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Allman
+AlwaysBreakAfterDefinitionReturnType: true
+AllowShortFunctionsOnASingleLine: Inline
+BreakConstructorInitializersBeforeComma: true
\ No newline at end of file
More information about the lldb-commits
mailing list