summaryrefslogtreecommitdiff
path: root/lldb/.clang-format
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-08-14 16:29:15 +0000
committerZachary Turner <zturner@google.com>2014-08-14 16:29:15 +0000
commit43f30a4082d2b053d72109976cb86e0a245a4e8f (patch)
treeb53a7d0a78a3f86a56003e90b47c534b56cf4fa8 /lldb/.clang-format
parent6f257cf27b5bcba8ea0cd4d4258890ede6212902 (diff)
downloadllvm-43f30a4082d2b053d72109976cb86e0a245a4e8f.tar.gz
Modification to clang-format style.
Fixes constructor initializer list and function return type style. llvm-svn: 215654
Diffstat (limited to 'lldb/.clang-format')
-rw-r--r--lldb/.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/.clang-format b/lldb/.clang-format
index b4f94af435d9..b0ffd2c186dd 100644
--- a/lldb/.clang-format
+++ b/lldb/.clang-format
@@ -4,4 +4,5 @@ ColumnLimit: 120
BreakBeforeBraces: Allman
AlwaysBreakAfterDefinitionReturnType: true
AllowShortFunctionsOnASingleLine: Inline
-BreakConstructorInitializersBeforeComma: true \ No newline at end of file
+BreakConstructorInitializersBeforeComma: true
+IndentCaseLabels: true