diff options
author | David Robillard <d@drobilla.net> | 2020-12-19 22:07:41 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-08 23:34:56 -0500 |
commit | 00456f395e50b43a9f26ff1479b9ef8b06a4d219 (patch) | |
tree | 31c22b3bd12d8e1bb6597c53fade859f6ca37c79 /subprojects/rerex/.clang-format | |
parent | ec0edd399d3ef493c4ddb0e821a56b53a19dbc96 (diff) | |
download | serd-00456f395e50b43a9f26ff1479b9ef8b06a4d219.tar.gz serd-00456f395e50b43a9f26ff1479b9ef8b06a4d219.tar.bz2 serd-00456f395e50b43a9f26ff1479b9ef8b06a4d219.zip |
Add rerex from git@gitlab.com:drobilla/rerex 2420851
Diffstat (limited to 'subprojects/rerex/.clang-format')
-rw-r--r-- | subprojects/rerex/.clang-format | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/subprojects/rerex/.clang-format b/subprojects/rerex/.clang-format new file mode 100644 index 00000000..fcdbab81 --- /dev/null +++ b/subprojects/rerex/.clang-format @@ -0,0 +1,21 @@ +--- +AlignConsecutiveAssignments: true +AlignConsecutiveDeclarations: true +AlignEscapedNewlinesLeft: true +BasedOnStyle: Mozilla +BraceWrapping: + AfterEnum: false + AfterExternBlock: false + AfterFunction: true + AfterStruct: false + AfterUnion: false +BreakBeforeBraces: Custom +Cpp11BracedListStyle: true +IndentCaseLabels: false +IndentPPDirectives: AfterHash +KeepEmptyLinesAtTheStartOfBlocks: false +SpacesInContainerLiterals: false +StatementMacros: + - REREX_API + - REREX_CONST_API +... |