Clean gh-pages branch
This commit is contained in:
commit
bcbd44e521
3 changed files with 31 additions and 0 deletions
13
.clang-format
Normal file
13
.clang-format
Normal 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
|
||||
17
.claude/settings.local.json
Normal file
17
.claude/settings.local.json
Normal 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
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
My gh-pages branch
|
||||
Loading…
Reference in a new issue