mirror of
https://github.com/adafruit/Adafruit_TSL2561.git
synced 2026-08-03 20:24:05 +02:00
14 lines
343 B
YAML
14 lines
343 B
YAML
|
|
Language: Cpp
|
||
|
|
BasedOnStyle: Google
|
||
|
|
IndentWidth: 2
|
||
|
|
ColumnLimit: 80
|
||
|
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
|
AllowShortLoopsOnASingleLine: false
|
||
|
|
BinPackArguments: true
|
||
|
|
BinPackParameters: true
|
||
|
|
BreakBeforeBraces: Attach
|
||
|
|
DerivePointerAlignment: false
|
||
|
|
PointerAlignment: Left
|
||
|
|
SpacesBeforeTrailingComments: 1
|