Adafruit_STHS34PF80/.clang-format
ladyada 22362184f8 Add standard Arduino library files and cleanup
- 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>
2025-08-23 15:58:01 -04:00

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