mirror of
https://github.com/spnda/dds_image.git
synced 2026-01-10 15:29:28 +01:00
24 lines
567 B
YAML
24 lines
567 B
YAML
BasedOnStyle: LLVM
|
|
Language: Cpp
|
|
|
|
AccessModifierOffset: -4
|
|
AlignOperands: Align
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
ColumnLimit: 140
|
|
Cpp11BracedListStyle: false
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
SortIncludes: CaseSensitive
|
|
SortUsingDeclarations: true
|
|
SpaceBeforeCpp11BracedList: true
|
|
SpaceBeforeCtorInitializerColon: true
|
|
SpacesBeforeTrailingComments: 1
|
|
SpacesInAngles: false
|
|
SpacesInContainerLiterals: true
|
|
Standard: Latest
|
|
UseTab: Never
|