[Lldb-commits] [lldb] r215654 - Modification to clang-format style.

Zachary Turner zturner at google.com
Thu Aug 14 09:29:15 PDT 2014


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





More information about the lldb-commits mailing list