mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-03 09:00:01 +03:00
24 lines
1.1 KiB
YAML
24 lines
1.1 KiB
YAML
---
|
|
Language : Cpp
|
|
BasedOnStyle : LLVM
|
|
AlignAfterOpenBracket : true
|
|
AlignEscapedNewlinesLeft : true
|
|
AlignConsecutiveAssignments : true
|
|
AllowShortFunctionsOnASingleLine : Inline
|
|
AlwaysBreakTemplateDeclarations : true
|
|
ColumnLimit : 160
|
|
ConstructorInitializerIndentWidth : 6
|
|
IndentCaseLabels : true
|
|
MaxEmptyLinesToKeep : 2
|
|
KeepEmptyLinesAtTheStartOfBlocks : false
|
|
NamespaceIndentation : All
|
|
PointerAlignment : Middle
|
|
SpacesBeforeTrailingComments : 2
|
|
IndentWidth : 2
|
|
TabWidth : 2
|
|
UseTab : ForIndentation
|
|
SpaceBeforeParens : Never
|
|
FixNamespaceComments : false
|
|
...
|
|
|