git://git.jankratochvil.net
/
lldb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fully Reformat fallback_malloc.cpp
[lldb.git]
/
libcxxabi
/
.clang-format
1
BasedOnStyle: LLVM
2
3
---
4
Language: Cpp
5
6
AlwaysBreakTemplateDeclarations: true
7
PointerAlignment: Left
8
9
# Disable formatting options which may break tests.
10
SortIncludes: false
11
ReflowComments: false
12
---