Files
dds_image/.clang-format
2022-06-05 00:38:50 +02:00

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