Clean gh-pages branch

This commit is contained in:
ladyada 2025-08-17 13:10:55 -04:00
commit bcbd44e521
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(pdftotext:*)",
"Bash(arduino-cli compile:*)",
"Bash(arduino-cli board:*)",
"Bash(arduino-cli upload:*)",
"Bash(arduino-cli lib examples:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(\"C:\\Users\\ladyada\\AppData\\Roaming\\Python\\Python312\\Scripts\\clang-format.exe\" -i Adafruit_VEML6046.h Adafruit_VEML6046.cpp examples/test_veml6046/test_veml6046.ino)",
"Bash(git push:*)"
],
"deny": [],
"ask": []
}
}

1
README.md Normal file
View file

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