repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MC] Parse SHF_LINK_ORDER argument before section group name (#77407)
[llvm-project.git]
/
libcxxabi
/
.clang-format
blob
b4f56c0de9819e828bec272dfe804ddb5dceb32f
1
BasedOnStyle: LLVM
2
3
Language: Cpp
4
5
AlwaysBreakTemplateDeclarations: true
6
PointerAlignment: Left
7
8
# Disable formatting options which may break tests.
9
SortIncludes: false
10
ReflowComments: false
11
12
IndentPPDirectives: AfterHash
13
14
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
15
ColumnLimit: 120