Author: zturner
Date: Thu Aug 14 11:29:15 2014
New Revision: 215654
URL: http://llvm.org/viewvc/llvm-project?rev=215654&view=rev
Log:
Modification to clang-format style.
Fixes constructor initializer list and function return type style.
Modified:
lldb/trunk/.clang-format
Modified: lldb/trunk/.clang-format
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/.clang-format?rev=215654&r1=215653&r2=215654&view=diff
==============================================================================
--- lldb/trunk/.clang-format (original)
+++ lldb/trunk/.clang-format Thu Aug 14 11:29:15 2014
@@ -4,4 +4,5 @@ ColumnLimit: 120
BreakBeforeBraces: Allman
AlwaysBreakAfterDefinitionReturnType: true
AllowShortFunctionsOnASingleLine: Inline
-BreakConstructorInitializersBeforeComma: true
\ No newline at end of file
+BreakConstructorInitializersBeforeComma: true
+IndentCaseLabels: true
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits