mirror of
https://github.com/lucaspalomodevelop/SmartHarz-Tracker.git
synced 2026-03-13 00:07:23 +00:00
14 lines
395 B
YAML
14 lines
395 B
YAML
Language: Cpp
|
|
IndentWidth: 4
|
|
ColumnLimit: 130
|
|
PointerAlignment: Right
|
|
BreakBeforeBraces: Allman
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AlignConsecutiveAssignments: AcrossEmptyLines
|
|
AlignConsecutiveDeclarations: AcrossEmptyLines
|
|
AlignConsecutiveMacros: AcrossEmptyLines
|
|
AlignTrailingComments: true
|
|
EmptyLineBeforeAccessModifier: Always
|
|
QualifierAlignment: Left
|
|
SeparateDefinitionBlocks: Always
|