Mercurial > hg > pub > prymula > com
comparison DPF-Prymula-audioplugins/dpf/dgl/src/pugl-upstream/.clang-format @ 3:84e66ea83026
DPF-Prymula-audioplugins-0.231015-2
author | prymula <prymula76@outlook.com> |
---|---|
date | Mon, 16 Oct 2023 21:53:34 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:cf2cb71d31dd | 3:84e66ea83026 |
---|---|
1 --- | |
2 AlignConsecutiveAssignments: true | |
3 AlignConsecutiveDeclarations: true | |
4 AlignEscapedNewlinesLeft: true | |
5 BasedOnStyle: Mozilla | |
6 BraceWrapping: | |
7 AfterNamespace: false | |
8 AfterClass: true | |
9 AfterEnum: false | |
10 AfterExternBlock: false | |
11 AfterFunction: true | |
12 AfterStruct: false | |
13 SplitEmptyFunction: false | |
14 SplitEmptyRecord: false | |
15 BreakBeforeBraces: Custom | |
16 Cpp11BracedListStyle: true | |
17 IndentCaseLabels: false | |
18 IndentPPDirectives: AfterHash | |
19 KeepEmptyLinesAtTheStartOfBlocks: false | |
20 SpacesInContainerLiterals: false | |
21 StatementMacros: | |
22 - PUGL_API | |
23 - PUGL_CONST_API | |
24 - PUGL_CONST_FUNC | |
25 - PUGL_DEPRECATED_BY | |
26 - PUGL_UNUSED | |
27 - PUGL_WARN_UNUSED_RESULT | |
28 - _Pragma | |
29 ... |