Clean gh-pages branch

This commit is contained in:
Adafruit Developer 2025-08-10 09:07:34 -04:00
commit f665edbe0e
3 changed files with 31 additions and 0 deletions

13
.clang-format Normal file
View file

@ -0,0 +1,13 @@
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

View file

@ -0,0 +1,17 @@
{
"permissions": {
"allow": [
"Bash(cd:*)",
"Bash(cd:*)",
"Bash(timeout:*)",
"Bash(cd:*)",
"Bash(~/bin/arduino-cli board:*)",
"Bash(~/bin/arduino-cli lib install:*)",
"Bash(~/bin/arduino-cli compile:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(~/bin/arduino-cli lib:*)",
"Bash(git push:*)"
],
"deny": []
}
}

1
README.md Normal file
View file

@ -0,0 +1 @@
My gh-pages branch