Compare commits
No commits in common. "ab5ac5a62829aeefc3bc5d3f6f79b1b02ed378a5" and "c30c3a946b07372d384838e7608dd459039b2eef" have entirely different histories.
ab5ac5a628
...
c30c3a946b
3 changed files with 2 additions and 16 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Detailed description of what I'm looking at.
|
||||
#
|
||||
exec git describe --always --tags --long --dirty
|
|
@ -109,10 +109,3 @@ Ardia
|
|||
Chromeleon
|
||||
eluent
|
||||
fluidics
|
||||
WebSocket
|
||||
DDK
|
||||
MQTT
|
||||
REQ
|
||||
BSON
|
||||
Toolchain
|
||||
toolchain
|
||||
|
|
|
@ -2,8 +2,6 @@ BasedOnStyle: Google
|
|||
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: BlockIndent
|
||||
# AlignArrayOfStructures: Right
|
||||
AlignConsecutiveAssignments: true
|
||||
AlignConsecutiveBitFields: true
|
||||
AlignConsecutiveMacros: true
|
||||
AllowShortBlocksOnASingleLine: Empty
|
||||
|
@ -12,9 +10,9 @@ AllowShortEnumsOnASingleLine: false
|
|||
AllowShortFunctionsOnASingleLine: Inline
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
# BreakBeforeBinaryOperators: NonAssignment # TODO: enable on clang-format v20
|
||||
BreakBeforeBraces: WebKit
|
||||
BreakBinaryOperations: OnePerLine
|
||||
# BreakBinaryOperations: OnePerLine # TODO: enable on clang-format v20
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
BreakInheritanceList: BeforeComma
|
||||
ContinuationIndentWidth: 8
|
||||
|
|
Loading…
Add table
Reference in a new issue