2016-11-16 04:21:30 +08:00
|
|
|
BasedOnStyle: LLVM
|
2016-11-23 09:18:56 +08:00
|
|
|
|
|
|
|
---
|
|
|
|
Language: Cpp
|
2021-10-28 23:48:27 +08:00
|
|
|
Standard: c++20
|
|
|
|
SpacesInAngles: Leave
|
2016-11-23 09:18:56 +08:00
|
|
|
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
2017-01-03 12:23:52 +08:00
|
|
|
PointerAlignment: Left
|
2016-12-09 11:17:25 +08:00
|
|
|
|
|
|
|
# Disable formatting options which may break tests.
|
|
|
|
SortIncludes: false
|
2016-12-09 11:18:45 +08:00
|
|
|
ReflowComments: false
|
2021-04-01 06:46:28 +08:00
|
|
|
|
2021-09-16 00:29:22 +08:00
|
|
|
# libc++'s preferred indentions of preprocessor statements.
|
|
|
|
IndentPPDirectives: AfterHash
|
|
|
|
|
2021-04-01 06:46:28 +08:00
|
|
|
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
|
|
|
|
ColumnLimit: 120
|
2016-11-23 09:18:56 +08:00
|
|
|
---
|