summaryrefslogtreecommitdiff
path: root/lldb/.clang-format
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-08-13 20:08:28 +0000
committerZachary Turner <zturner@google.com>2014-08-13 20:08:28 +0000
commitf818625103f79d2fd86ea103f649971ad851679e (patch)
treef303d7b23d0758e6ed789dcaba3ac363bc3fd1e8 /lldb/.clang-format
parent3551e311f0581d1ab101cef4e7e4714cd1760397 (diff)
downloadllvm-f818625103f79d2fd86ea103f649971ad851679e.tar.gz
Update clang-format file.
llvm-svn: 215572
Diffstat (limited to 'lldb/.clang-format')
-rw-r--r--lldb/.clang-format3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/.clang-format b/lldb/.clang-format
index 7bb4a26daeff..b4f94af435d9 100644
--- a/lldb/.clang-format
+++ b/lldb/.clang-format
@@ -2,3 +2,6 @@ BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Allman
+AlwaysBreakAfterDefinitionReturnType: true
+AllowShortFunctionsOnASingleLine: Inline
+BreakConstructorInitializersBeforeComma: true \ No newline at end of file