Author: zturner
Date: Mon Dec 28 16:09:29 2015
New Revision: 256526

URL: http://llvm.org/viewvc/llvm-project?rev=256526&view=rev
Log:
Update .clang-format file to support break after return type.

This depends on having a recently built version of clang-format
installed, as the patch to support this behavior was only just
recently added to clang-format.

Modified:
    lldb/trunk/.clang-format

Modified: lldb/trunk/.clang-format
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/.clang-format?rev=256526&r1=256525&r2=256526&view=diff
==============================================================================
--- lldb/trunk/.clang-format (original)
+++ lldb/trunk/.clang-format Mon Dec 28 16:09:29 2015
@@ -2,7 +2,7 @@ BasedOnStyle: LLVM
 IndentWidth:     4
 ColumnLimit:     120
 BreakBeforeBraces: Allman
-AlwaysBreakAfterDefinitionReturnType: true
+AlwaysBreakAfterReturnType: All
 AllowShortFunctionsOnASingleLine: Inline
 ConstructorInitializerAllOnOneLineOrOnePerLine: true
 IndentCaseLabels: true


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to