annotate libcxxabi/.clang-format @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents c4bab56944e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 BasedOnStyle: LLVM
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 Language: Cpp
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 AlwaysBreakTemplateDeclarations: true
anatofuz
parents:
diff changeset
6 PointerAlignment: Left
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 # Disable formatting options which may break tests.
anatofuz
parents:
diff changeset
9 SortIncludes: false
anatofuz
parents:
diff changeset
10 ReflowComments: false
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
11
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
12 IndentPPDirectives: AfterHash
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
13
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
14 # libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
15 ColumnLimit: 120