feat: add cpp language settings
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
Language: Cpp
|
||||
BasedOnStyle: LLVM
|
||||
AlignAfterOpenBracket: BlockIndent
|
||||
AlignArrayOfStructures: Left
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
BreakBeforeBraces: WebKit
|
||||
BreakConstructorInitializers: AfterColon
|
||||
BreakInheritanceList: AfterColon
|
||||
IncludeIsMainRegex: '(_test)?$'
|
||||
LineEnding: LF
|
||||
PackConstructorInitializers: Never
|
||||
PenaltyBreakAssignment: 100
|
||||
PointerAlignment: Left
|
||||
QualifierAlignment: Left
|
||||
SeparateDefinitionBlocks: Always
|
||||
Standard: Latest
|
||||
...
|
||||
Reference in New Issue
Block a user