mirror of
https://github.com/openharmony/third_party_meshoptimizer.git
synced 2026-07-01 09:25:03 -04:00
f68e09b0af
This change fixes a few idiosyncrasies in clang-format integration: - extern/ code should not be formatted - All other code, including meshoptimizer.h/gltfpack.h, should be - Fix indentation issues because of extern "C" block - Work around clang-format bug wrt calling convention qualifiers
16 lines
388 B
YAML
16 lines
388 B
YAML
Standard: Cpp03
|
|
UseTab: ForIndentation
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
AccessModifierOffset: -4
|
|
BreakBeforeBraces: Allman
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 0
|
|
PointerAlignment: Left
|
|
BreakConstructorInitializersBeforeComma: true
|
|
NamespaceIndentation: None
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignAfterOpenBracket: DontAlign
|
|
IndentExternBlock: NoIndent
|
|
Macros: [MESHOPTIMIZER_ALLOC_CALLCONV=&_&]
|