Compare commits

...

3 commits

3 changed files with 16 additions and 2 deletions

5
bin/git-what Executable file
View file

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

View file

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

View file

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