Adafruit_STHS34PF80/.clang-format
ladyada 252241df33 Add GitHub configuration and formatting files
- Add .clang-format for code formatting standards
- Add GitHub issue and PR templates
- Add GitHub Actions CI workflow

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-11 18:02:30 -04:00

13 lines
No EOL
342 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