- Add MIT LICENSE for 2024 Adafruit Industries - Add library.properties with proper metadata and dependencies - Add .clang-format with Google-based C++ formatting rules - Add GitHub Actions workflow for CI/CD with Arduino builds and Doxygen - Add Adafruit Community Code of Conduct - Remove datasheet PDF and text files (not committed to repos) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
343 B
YAML
13 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
|