mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
20 lines
518 B
YAML
20 lines
518 B
YAML
Language: Cpp
|
|
Standard: c++20
|
|
BasedOnStyle: Google
|
|
AccessModifierOffset: -2
|
|
AlignAfterOpenBracket: BlockIndent
|
|
AlignArrayOfStructures: Left
|
|
AlignConsecutiveAssignments:
|
|
Enabled: true
|
|
AlignConsecutiveBitFields:
|
|
Enabled: true
|
|
AlignConsecutiveDeclarations:
|
|
Enabled: true
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
BinPackParameters: false
|
|
IndentWidth: 4 |