Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.clang-format « libcxxabi - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4f56c0de9819e828bec272dfe804ddb5dceb32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BasedOnStyle: LLVM

Language: Cpp

AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left

# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false

IndentPPDirectives: AfterHash

# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
ColumnLimit: 120