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


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to