git://git.jankratochvil.net
/
lldb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce2788
)
Update .clang-format file to support break after return type.
author
Zachary Turner
<zturner@google.com>
Mon, 28 Dec 2015 22:09:29 +0000
(22:09 +0000)
committer
Zachary Turner
<zturner@google.com>
Mon, 28 Dec 2015 22:09:29 +0000
(22:09 +0000)
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.
llvm-svn: 256526
lldb/.clang-format
patch
|
blob
|
history
diff --git
a/lldb/.clang-format
b/lldb/.clang-format
index
cf199fc
..
c698dc5
100644
(file)
--- a/
lldb/.clang-format
+++ b/
lldb/.clang-format
@@
-2,7
+2,7
@@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Allman
-AlwaysBreakAfter
DefinitionReturnType: true
+AlwaysBreakAfter
ReturnType: All
AllowShortFunctionsOnASingleLine: Inline
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IndentCaseLabels: true