2020-05-29 14:26:04 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2019-05-15 17:34:04 +00:00
|
|
|
---
|
|
|
|
BasedOnStyle: GNU
|
2020-12-14 23:02:12 +00:00
|
|
|
Standard: c++11
|
2021-10-11 13:17:09 +00:00
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AllowShortBlocksOnASingleLine: Always
|
|
|
|
AllowShortEnumsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
|
AllowShortLambdasOnASingleLine: All
|
2019-05-15 17:34:04 +00:00
|
|
|
AlwaysBreakAfterReturnType: All
|
2019-05-21 04:38:05 +00:00
|
|
|
BreakConstructorInitializers: BeforeColon
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
ConstructorInitializerIndentWidth: 2
|
2021-10-11 13:17:09 +00:00
|
|
|
Cpp11BracedListStyle: true
|
2021-03-29 10:45:50 +00:00
|
|
|
IndentWidth: 2
|
|
|
|
AlignAfterOpenBracket: Align
|
2021-10-11 13:17:09 +00:00
|
|
|
BinPackArguments: false
|
2019-05-15 17:34:04 +00:00
|
|
|
BinPackParameters: false
|
|
|
|
BreakStringLiterals: false
|
|
|
|
PointerAlignment: Left
|
2019-05-21 04:38:05 +00:00
|
|
|
SortUsingDeclarations: false
|
2021-10-11 13:17:09 +00:00
|
|
|
SpaceAfterCStyleCast: true
|
2019-05-15 17:34:04 +00:00
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Always
|
2020-01-21 18:26:42 +00:00
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
2019-05-15 17:34:04 +00:00
|
|
|
---
|