clang-format: remove space before colon
To fit the bitfield check in scripts/checkpatch.pl from: uint8_t : 3; to: uint8_t: 3; Signed-off-by: Rafael Lee <rafaellee.img@gmail.com>
This commit is contained in:
parent
33687cd403
commit
e6ef1f3434
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ AttributeMacros:
|
||||||
- __printf_like
|
- __printf_like
|
||||||
- __syscall
|
- __syscall
|
||||||
- __subsystem
|
- __subsystem
|
||||||
|
BitFieldColonSpacing: After
|
||||||
BreakBeforeBraces: Linux
|
BreakBeforeBraces: Linux
|
||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
ConstructorInitializerIndentWidth: 8
|
ConstructorInitializerIndentWidth: 8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue