mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
23 lines
515 B
YAML
23 lines
515 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
Standard: c++20
|
|
BreakBeforeBraces: Attach
|
|
LineEnding: LF
|
|
ColumnLimit: 100
|
|
AlignAfterOpenBracket: BlockIndent
|
|
IndentWidth: 4
|
|
ContinuationIndentWidth: 4
|
|
NamespaceIndentation: All
|
|
UseTab: Never
|
|
PointerAlignment: Left
|
|
SortIncludes: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
FixNamespaceComments: false
|
|
|
|
ExperimentalAutoDetectBinPacking: false
|
|
BinPackParameters: OnePerLine
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
BinPackArguments: false
|
|
AllowAllArgumentsOnNextLine: true
|