Compare commits

..

No commits in common. "ab5ac5a62829aeefc3bc5d3f6f79b1b02ed378a5" and "c30c3a946b07372d384838e7608dd459039b2eef" have entirely different histories.

3 changed files with 2 additions and 16 deletions

View file

@ -1,5 +0,0 @@
#!/bin/sh
#
# Detailed description of what I'm looking at.
#
exec git describe --always --tags --long --dirty

View file

@ -109,10 +109,3 @@ Ardia
Chromeleon Chromeleon
eluent eluent
fluidics fluidics
WebSocket
DDK
MQTT
REQ
BSON
Toolchain
toolchain

View file

@ -2,8 +2,6 @@ BasedOnStyle: Google
AccessModifierOffset: -4 AccessModifierOffset: -4
AlignAfterOpenBracket: BlockIndent AlignAfterOpenBracket: BlockIndent
# AlignArrayOfStructures: Right
AlignConsecutiveAssignments: true
AlignConsecutiveBitFields: true AlignConsecutiveBitFields: true
AlignConsecutiveMacros: true AlignConsecutiveMacros: true
AllowShortBlocksOnASingleLine: Empty AllowShortBlocksOnASingleLine: Empty
@ -12,9 +10,9 @@ AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline AllowShortFunctionsOnASingleLine: Inline
BinPackArguments: false BinPackArguments: false
BinPackParameters: false BinPackParameters: false
BreakBeforeBinaryOperators: NonAssignment # BreakBeforeBinaryOperators: NonAssignment # TODO: enable on clang-format v20
BreakBeforeBraces: WebKit BreakBeforeBraces: WebKit
BreakBinaryOperations: OnePerLine # BreakBinaryOperations: OnePerLine # TODO: enable on clang-format v20
BreakConstructorInitializers: BeforeComma BreakConstructorInitializers: BeforeComma
BreakInheritanceList: BeforeComma BreakInheritanceList: BeforeComma
ContinuationIndentWidth: 8 ContinuationIndentWidth: 8