2016-11-16 04:21:30 +08:00
|
|
|
BasedOnStyle: LLVM
|
2016-11-23 09:18:56 +08:00
|
|
|
|
|
|
|
---
|
|
|
|
Language: Cpp
|
2017-04-15 10:45:43 +08:00
|
|
|
Standard: Cpp03
|
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
|
|
|
|
|
|
|
# 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
|
|
|
---
|