Mercurial > hg > pub > prymula > com
view DPF-Prymula-audioplugins/dpf/dgl/src/pugl-upstream/.clang-format @ 6:542e305f23f4
arkanoid-trix-debian-dir
author | prymula <prymula76@outlook.com> |
---|---|
date | Wed, 31 Jan 2024 20:40:57 +0100 |
parents | 84e66ea83026 |
children |
line wrap: on
line source
--- AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true AlignEscapedNewlinesLeft: true BasedOnStyle: Mozilla BraceWrapping: AfterNamespace: false AfterClass: true AfterEnum: false AfterExternBlock: false AfterFunction: true AfterStruct: false SplitEmptyFunction: false SplitEmptyRecord: false BreakBeforeBraces: Custom Cpp11BracedListStyle: true IndentCaseLabels: false IndentPPDirectives: AfterHash KeepEmptyLinesAtTheStartOfBlocks: false SpacesInContainerLiterals: false StatementMacros: - PUGL_API - PUGL_CONST_API - PUGL_CONST_FUNC - PUGL_DEPRECATED_BY - PUGL_UNUSED - PUGL_WARN_UNUSED_RESULT - _Pragma ...