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
|
||||
eluent
|
||||
fluidics
|
||||
WebSocket
|
||||
DDK
|
||||
MQTT
|
||||
REQ
|
||||
BSON
|
||||
Toolchain
|
||||
toolchain
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue