Compare commits
3 commits
c30c3a946b
...
ab5ac5a628
Author | SHA1 | Date | |
---|---|---|---|
ab5ac5a628 | |||
84e6509e99 | |||
0ea854cda2 |
3 changed files with 16 additions and 2 deletions
5
bin/git-what
Executable file
5
bin/git-what
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Detailed description of what I'm looking at.
|
||||||
|
#
|
||||||
|
exec git describe --always --tags --long --dirty
|
|
@ -109,3 +109,10 @@ Ardia
|
||||||
Chromeleon
|
Chromeleon
|
||||||
eluent
|
eluent
|
||||||
fluidics
|
fluidics
|
||||||
|
WebSocket
|
||||||
|
DDK
|
||||||
|
MQTT
|
||||||
|
REQ
|
||||||
|
BSON
|
||||||
|
Toolchain
|
||||||
|
toolchain
|
||||||
|
|
|
@ -2,6 +2,8 @@ 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
|
||||||
|
@ -10,9 +12,9 @@ AllowShortEnumsOnASingleLine: false
|
||||||
AllowShortFunctionsOnASingleLine: Inline
|
AllowShortFunctionsOnASingleLine: Inline
|
||||||
BinPackArguments: false
|
BinPackArguments: false
|
||||||
BinPackParameters: false
|
BinPackParameters: false
|
||||||
# BreakBeforeBinaryOperators: NonAssignment # TODO: enable on clang-format v20
|
BreakBeforeBinaryOperators: NonAssignment
|
||||||
BreakBeforeBraces: WebKit
|
BreakBeforeBraces: WebKit
|
||||||
# BreakBinaryOperations: OnePerLine # TODO: enable on clang-format v20
|
BreakBinaryOperations: OnePerLine
|
||||||
BreakConstructorInitializers: BeforeComma
|
BreakConstructorInitializers: BeforeComma
|
||||||
BreakInheritanceList: BeforeComma
|
BreakInheritanceList: BeforeComma
|
||||||
ContinuationIndentWidth: 8
|
ContinuationIndentWidth: 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue